Skip to content

Commit

Permalink
Merge pull request #478 from jhlegarreta/BumpNiworkflows
Browse files Browse the repository at this point in the history
MAINT: Update `niworkflows` version to 1.11.0
  • Loading branch information
effigies authored Jan 22, 2025
2 parents 50c053d + af434a2 commit 3828bf0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
15 changes: 8 additions & 7 deletions min-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Auto-generated by .maint/update_requirements.py
acres==0.2.0
attrs==20.1.0
nibabel==3.1.0
nibabel==3.0
nipype==1.8.5
traits<6.4
migas==0.4.0
niworkflows==1.7.0
nitransforms==23.0.1
numpy==1.21.0
nireports==24.1.0
niworkflows==1.11.0
nitransforms==24.1.0
numpy==1.22
pybids==0.16.4
scikit-image==0.18
scipy==1.8.1
templateflow
toml
templateflow==23.1
toml==0.10
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"nipype >= 1.8.5",
"migas >= 0.4.0",
"nireports >= 24.1.0",
"niworkflows >= 1.7.0",
"niworkflows >= 1.11.0",
"nitransforms >= 24.1.0",
"numpy >= 1.22",
"pybids >= 0.16.4",
Expand Down
17 changes: 9 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Auto-generated by .maint/update_requirements.py
acres>=0.2.0
attrs>=20.1.0
nibabel>=3.1.0
nipype<2.0,>=1.8.5
traits<6.4
nibabel>=3.0
nipype>=1.8.5
migas>=0.4.0
niworkflows>=1.7.0
nitransforms>=23.0.1
numpy>=1.21.0
nireports>=24.1.0
niworkflows>=1.11.0
nitransforms>=24.1.0
numpy>=1.22
pybids>=0.16.4
scikit-image>=0.18
scipy>=1.8.1
templateflow
toml
templateflow>=23.1
toml>=0.10

0 comments on commit 3828bf0

Please sign in to comment.