Skip to content

Commit

Permalink
Merge branch 'develop' into 1.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Mar 3, 2021
2 parents 6b76ebc + cb5a2a4 commit d711d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.*
- sklearndf >=1.0,<2
- sphinx = 3.4.*
Expand All @@ -42,4 +42,4 @@ dependencies:
- xlrd >= 1.2
- yaml > 0.2
- pip:
- shap >=0.35,<0.39
- shap >=0.35,<0.39

0 comments on commit d711d77

Please sign in to comment.