Skip to content

Commit

Permalink
BUILD: fix max matrix test build with tox (BCG-X-Official#326)
Browse files Browse the repository at this point in the history
* BUILD: run max matrix test with pandas ~=1.4

* BUILD: use pytools 1.1.6, sklearndf 1.1.3, numpy 1.22 for max build
  • Loading branch information
j-ittner authored Feb 21, 2022
1 parent 50f572e commit c9f7e24
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 @@ -92,15 +92,15 @@ ipython = "~=7.0"

[build.matrix.max]
# direct requirements of gamma-facet
gamma-pytools = "~=1.1.4"
gamma-pytools = "~=1.1.6"
matplotlib = "~=3.3"
numpy = ">=1.22,<2a"
packaging = "~=20.9"
pandas = "~=1.2"
pandas = "~=1.4"
python = "~=3.8"
scipy = "~=1.5.3"
shap = "~=0.39.0"
sklearndf = "~=1.1.2"
sklearndf = "~=1.1.3"
# additional maximum requirements of sklearndf
boruta = "~=0.3"
lightgbm = "~=3.2"
Expand Down

0 comments on commit c9f7e24

Please sign in to comment.