Skip to content

Commit

Permalink
[MNT] 0.21.0 release action - update sklearn bound to <1.4.0 (#4778)
Browse files Browse the repository at this point in the history
Fixes #4585

Depends on #4860 for fixing
remaining issues.
  • Loading branch information
fkiraly committed Jul 19, 2023
1 parent d4bb4d8 commit 71710bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -49,7 +49,7 @@ dependencies = [
"pandas>=1.1.0,<2.1.0",
"packaging",
"scikit-base<0.6.0",
"scikit-learn>=0.24.0,<1.3.0",
"scikit-learn>=0.24.0,<1.4.0",
"scipy<2.0.0,>=1.2.0",
]

Expand Down

0 comments on commit 71710bf

Please sign in to comment.