Skip to content

Commit

Permalink
BUILD: require pytools ~=1.2 and sklearndf ~= 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Jun 25, 2021
1 parent 11682f2 commit 94004c9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ license = "Apache Software License v2.0"

requires = [
# direct requirements of gamma-facet
"gamma-pytools ~=1.1.2",
"gamma-pytools ~=1.2,>=1.2.1",
"matplotlib ==3.*",
"numpy >=1.16,<1.21a",
"packaging ==20.*",
"pandas >=0.24,<2a",
"scipy ~=1.2",
"shap >=0.34,<0.40",
"sklearndf ~=1.1",
"sklearndf ~=1.2",
# additional requirements of shap 0.38
"ipython >=7",
]
Expand Down Expand Up @@ -71,15 +71,15 @@ Repository = "https://github.com/BCG-Gamma/facet"

[build.matrix.min]
# direct requirements of gamma-facet
gamma-pytools = "=1.1.2"
gamma-pytools = "=1.2.1"
matplotlib = "=3.0.*"
numpy = "=1.16.*"
packaging = "=20.*"
pandas = "=0.24.*"
python = "=3.6.*"
scipy = "=1.2.*"
shap = "=0.34.*"
sklearndf = "=1.1.*"
sklearndf = "=1.2.0"
# additional minimum requirements of sklearndf
boruta = "=0.3.*"
lightgbm = "=3.0.*"
Expand All @@ -90,22 +90,22 @@ typing_inspect = "=0.4"

[build.matrix.max]
# direct requirements of gamma-facet
gamma-pytools = "~=1.1,>=1.1.2"
gamma-pytools = "~=1.2"
matplotlib = "~=3.3"
numpy = "=1.20.*"
packaging = "=20.*"
pandas = "~=1.2"
python = "~=3.8"
scipy = "~=1.5"
shap = "=0.39.*"
sklearndf = "~=1.1"
sklearndf = "~=1.2"
# additional requirements of sklearndf
boruta = "~=0.3"
lightgbm = "~=3.2"
scikit-learn = "~=0.23"
scikit-learn = "~=0.24"
# additional maximum requirements of gamma-pytools
joblib = "=1.*"
typing_inspect = "~=0.6"
typing_inspect = "~=0.7"

[tool.black]
# quiet = "True"
Expand Down

0 comments on commit 94004c9

Please sign in to comment.