Skip to content

Commit

Permalink
BUILD: update min and max matrix test package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Jul 10, 2023
1 parent e769708 commit c075e10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ typing_extensions = "~=4.0.0"
boruta = "~=0.3.0"
lightgbm = "~=3.0.0"
scikit-learn = "~=1.0.2"
xgboost = "~=1.5"
xgboost = "~=1.5.0"
# additional minimum requirements of gamma-pytools
joblib = "~=0.14.1"
typing_inspect = "~=0.4.0"
# additional minimum requirements of shap
ipython = "==7.0"
numba = "~=0.55" # required to support numpy 1.21
numba = "~=0.55.2" # required to support numpy 1.21

[build.matrix.max]
# direct requirements of gamma-facet
Expand All @@ -117,7 +117,7 @@ joblib = "~=1.1"
typing_inspect = "~=0.7"
# additional maximum requirements of shap
ipython = ">=7"
numba = ">=0.55.2" # required to support numpy 1.22
numba = "~=0.56"

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

0 comments on commit c075e10

Please sign in to comment.