From c075e10a218f68e7055c8d2f6e927b93032cdcff Mon Sep 17 00:00:00 2001 From: j-ittner Date: Mon, 10 Jul 2023 23:31:59 +0200 Subject: [PATCH] BUILD: update min and max matrix test package dependencies --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cf3c4b12..31cca6c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 @@ -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"