Skip to content

Commit 3828bf0

Browse files
authored
Merge pull request #478 from jhlegarreta/BumpNiworkflows
MAINT: Update `niworkflows` version to 1.11.0
2 parents 50c053d + af434a2 commit 3828bf0

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

min-requirements.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Auto-generated by .maint/update_requirements.py
2+
acres==0.2.0
23
attrs==20.1.0
3-
nibabel==3.1.0
4+
nibabel==3.0
45
nipype==1.8.5
5-
traits<6.4
66
migas==0.4.0
7-
niworkflows==1.7.0
8-
nitransforms==23.0.1
9-
numpy==1.21.0
7+
nireports==24.1.0
8+
niworkflows==1.11.0
9+
nitransforms==24.1.0
10+
numpy==1.22
1011
pybids==0.16.4
1112
scikit-image==0.18
1213
scipy==1.8.1
13-
templateflow
14-
toml
14+
templateflow==23.1
15+
toml==0.10

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"nipype >= 1.8.5",
2929
"migas >= 0.4.0",
3030
"nireports >= 24.1.0",
31-
"niworkflows >= 1.7.0",
31+
"niworkflows >= 1.11.0",
3232
"nitransforms >= 24.1.0",
3333
"numpy >= 1.22",
3434
"pybids >= 0.16.4",

requirements.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Auto-generated by .maint/update_requirements.py
2+
acres>=0.2.0
23
attrs>=20.1.0
3-
nibabel>=3.1.0
4-
nipype<2.0,>=1.8.5
5-
traits<6.4
4+
nibabel>=3.0
5+
nipype>=1.8.5
66
migas>=0.4.0
7-
niworkflows>=1.7.0
8-
nitransforms>=23.0.1
9-
numpy>=1.21.0
7+
nireports>=24.1.0
8+
niworkflows>=1.11.0
9+
nitransforms>=24.1.0
10+
numpy>=1.22
1011
pybids>=0.16.4
1112
scikit-image>=0.18
1213
scipy>=1.8.1
13-
templateflow
14-
toml
14+
templateflow>=23.1
15+
toml>=0.10

0 commit comments

Comments
 (0)