Skip to content

Commit 7b7ad0a

Browse files
committed
chore: nitransforms requires numpy 2.0 features
1 parent 0653efb commit 7b7ad0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ requires-python = ">=3.10"
2222
dependencies = [
2323
"acres >= 0.2.0",
2424
"looseversion >= 1.3",
25-
"nibabel >= 4.0.1",
26-
"nipype >= 1.8.5",
25+
"nibabel >= 5.1.1",
26+
"nipype >= 1.9.0",
2727
"nireports >= 24.1.0",
2828
"nitime >= 0.9",
2929
"nitransforms >= 25.0.1",
3030
"niworkflows @ git+https://github.com/nipreps/niworkflows.git@master",
31-
"numpy >= 1.24",
31+
"numpy >= 2.0",
3232
"packaging >= 24",
33-
"pandas >= 1.2",
33+
"pandas >= 2.2",
3434
"psutil >= 5.4",
3535
"pybids >= 0.16",
3636
"requests >= 2.27",
3737
"sdcflows >= 2.13.1",
3838
"smriprep @ git+https://github.com/nipreps/smriprep.git@master",
3939
"tedana >= 25.0.0",
4040
"templateflow >= 24.2.2",
41-
"transforms3d >= 0.4",
41+
"transforms3d >= 0.4.2",
4242
"toml >= 0.10",
4343
"codecarbon >= 2",
4444
"APScheduler >= 3.10",

0 commit comments

Comments
 (0)