From c2f960bb1fa1b6fc1d0abafe5ad6faa28cbcb8d8 Mon Sep 17 00:00:00 2001 From: Jan Ittner Date: Thu, 16 Sep 2021 23:11:55 +0200 Subject: [PATCH] BUILD: set min requirement for sklearndf to ~=2.0.dev0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0824b90b..11def4e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ Repository = "https://github.com/BCG-Gamma/facet" [build.matrix.min] # direct requirements of gamma-facet -gamma-pytools = "~=2.0.0dev0" +gamma-pytools = "~=2.0.dev0" matplotlib = "~=3.0.3" numpy = ">=1.17.5,<18a" packaging = "~=20.9" @@ -79,7 +79,7 @@ pandas = "~=0.24.2" python = "~=3.6.13" scipy = "~=1.2.1" shap = "~=0.34.0" -sklearndf = "~=1.2.0" +sklearndf = "~=2.0.dev0" # additional minimum requirements of sklearndf boruta = "~=0.3.0" lightgbm = "~=3.0.0"