Skip to content

Commit

Permalink
BUILD: set min requirement for sklearndf to ~=2.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Sep 16, 2021
1 parent c2853d2 commit c2f960b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ 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"
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"
Expand Down

0 comments on commit c2f960b

Please sign in to comment.