Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

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 4361da7
Show file tree
Hide file tree
Showing 2 changed files with 3 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
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ install_requires =
joblib
nipype>= 1.5.1, < 2.0
nitransforms>=21.0.0
numpy>=1.17.3
nest-asyncio>=1.5.1
scikit-image>=0.14.2
scikit-learn>=1.0.1
scipy>=1.8.0
test_requires =
codecov
coverage
Expand Down

0 comments on commit 4361da7

Please sign in to comment.