Skip to content

Commit d9466cb

Browse files
authored
Merge pull request #59 from jhlegarreta/UpdateDepsToMinPython310
MAINT: Bump dependencies versions that support Python 3.10
2 parents 0236045 + 9ab34f6 commit d9466cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ classifiers = [
2020
license = "Apache-2.0"
2121
requires-python = ">=3.10"
2222
dependencies = [
23-
"dipy>=1.3.0",
23+
"dipy>=1.5.0",
2424
"joblib",
2525
"nipype>= 1.5.1,<2.0",
2626
"nitransforms>=21.0.0,<24",
2727
"nireports",
28-
"numpy>=1.17.3",
28+
"numpy>=1.21.3",
2929
"nest-asyncio>=1.5.1",
30-
"scikit-image>=0.14.2",
30+
"scikit-image>=0.15.0",
3131
"scikit_learn>=1.3.0",
3232
"scipy>=1.8.0",
3333
]

0 commit comments

Comments
 (0)