Skip to content

Commit

Permalink
fix: pin scikit-learn >= 1.8.0
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Norgaard <[email protected]>
  • Loading branch information
oesteban and mnoergaard committed Dec 16, 2022
1 parent 2cee6a9 commit 0086345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"pandas",
"seaborn",
"skimage",
"sklearn",
"svgutils",
"tqdm",
"transforms3d",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install_requires =
nitransforms>=21.0.0
nest-asyncio>=1.5.1
scikit-image>=0.14.2
scikit-learn>=1.0.1
scikit-learn>=1.8.0
test_requires =
codecov
coverage
Expand Down

0 comments on commit 0086345

Please sign in to comment.