Skip to content

Commit

Permalink
BUILD: require python ~=3.9 in 'max' matrix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Sep 8, 2022
1 parent a140cd4 commit bf747bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ matplotlib = "~=3.5"
numpy = ">=1.22,<2a" # cannot use ~= due to conda bug
packaging = ">=20"
pandas = "~=1.4"
python = ">=3.8.10,<4a" # cannot use ~= due to conda bug
python = ">=3.9,<4a" # cannot use ~= due to conda bug
scipy = "~=1.8"
shap = "~=0.41"
sklearndf = "~=2.0"
Expand Down

0 comments on commit bf747bc

Please sign in to comment.