Skip to content

Commit e9b139d

Browse files
committed
chore: Update niworkflows dependency, Python support classifiers
1 parent 03c5435 commit e9b139d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.10",
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
18+
"Programming Language :: Python :: 3.13",
1819
]
1920
license = {file = "LICENSE"}
2021
requires-python = ">=3.10"
@@ -26,7 +27,7 @@ dependencies = [
2627
"matplotlib >= 3.5",
2728
"nibabel >= 4.0.1",
2829
"nipype >= 1.8.5",
29-
"niworkflows @ git+https://github.com/nipreps/niworkflows.git@master",
30+
"niworkflows >= 1.13.1",
3031
"numpy >= 1.24",
3132
"packaging >= 24",
3233
"pybids >= 0.16",

0 commit comments

Comments
 (0)