We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c5435 commit e9b139dCopy full SHA for e9b139d
pyproject.toml
@@ -15,6 +15,7 @@ classifiers = [
15
"Programming Language :: Python :: 3.10",
16
"Programming Language :: Python :: 3.11",
17
"Programming Language :: Python :: 3.12",
18
+ "Programming Language :: Python :: 3.13",
19
]
20
license = {file = "LICENSE"}
21
requires-python = ">=3.10"
@@ -26,7 +27,7 @@ dependencies = [
26
27
"matplotlib >= 3.5",
28
"nibabel >= 4.0.1",
29
"nipype >= 1.8.5",
- "niworkflows @ git+https://github.com/nipreps/niworkflows.git@master",
30
+ "niworkflows >= 1.13.1",
31
"numpy >= 1.24",
32
"packaging >= 24",
33
"pybids >= 0.16",
0 commit comments