Skip to content

Commit

Permalink
Pinned sklearn>=1.4.0 (#3508)
Browse files Browse the repository at this point in the history
  • Loading branch information
schlunma authored Jan 24, 2024
1 parent 9fb6226 commit bed6408
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies:
- requests
- ruamel.yaml
- scikit-image
- scikit-learn
- scikit-learn >= 1.4.0 # github.com/ESMValGroup/ESMValTool/issues/3504
- scipy
- seaborn
- seawater
Expand Down
2 changes: 1 addition & 1 deletion environment_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies:
- requests
- ruamel.yaml
- scikit-image
- scikit-learn
- scikit-learn >= 1.4.0 # github.com/ESMValGroup/ESMValTool/issues/3504
- scipy
- seaborn
- seawater
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'requests',
'ruamel.yaml',
'scikit-image',
'scikit-learn',
'scikit-learn>=1.4.0', # github.com/ESMValGroup/ESMValTool/issues/3504
'scipy',
'scitools-iris>=3.6.1',
'seaborn',
Expand Down

0 comments on commit bed6408

Please sign in to comment.