Skip to content

Commit

Permalink
FIX: downgrade scipy to 1.5.* in environment.yml (#136)
Browse files Browse the repository at this point in the history
* downgrade scipy to 1.5.* in environment.yml
* support pytools 1.0.2rc
  • Loading branch information
j-ittner authored Feb 25, 2021
1 parent 67d9b36 commit 65dc60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- python = 3.8.*
- pyyaml >= 5.1
- scikit-learn >=0.23.1,<0.24
- scipy >= 1.5
- scipy = 1.5.* # todo: upgrade to 1.6 once we support scikit-learn 0.24
- seaborn = 0.11.*
- sphinx = 3.4.*
- sphinx-autodoc-typehints = 1.11.*
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = "Apache Software License v2.0"
requires = [
# direct requirements of sklearndf
"boruta >= 0.3",
"gamma-pytools >= 1.0.2,<2",
"gamma-pytools >=1.0.2rc0,<2",
"lightgbm >= 3.0",
"numpy >=1.16,<1.21",
"packaging >=20",
Expand Down

0 comments on commit 65dc60c

Please # to comment.