Skip to content

Commit 695dd03

Browse files
committed
pin(niworkflows): 0.9.0
1 parent f1113df commit 695dd03

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ dependencies:
2828
- svgutils
2929
- nitime
3030
- nilearn!=0.5.0,!=0.5.1
31-
- niworkflows<0.9.0a0,>=0.8.1
31+
- niworkflows<0.10.0a0,>=0.9.0
3232
- smriprep
3333
- tedana>=0.0.5

fmriprep/__about__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
'nilearn!=0.5.0,!=0.5.1',
8989
'nipype>=1.1.6',
9090
'nitime',
91-
'niworkflows',
91+
'niworkflows<0.10.0a0,>=0.9.0',
9292
'numpy',
9393
'pandas',
9494
'psutil>=5.4',
@@ -103,8 +103,6 @@
103103

104104

105105
LINKS_REQUIRES = [
106-
'git+https://github.com/poldracklab/niworkflows.git@'
107-
'121ab5df2988d794f915c595ae4bc6dc8259ba2a#egg=niworkflows',
108106
'git+https://github.com/poldracklab/smriprep.git@'
109107
'f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep-0.1.0',
110108
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
nilearn!=0.5.0,!=0.5.1
2-
git+https://github.com/poldracklab/niworkflows.git@121ab5df2988d794f915c595ae4bc6dc8259ba2a#egg=niworkflows
2+
niworkflows<0.10.0a0,>=0.9.0
33
git+https://github.com/poldracklab/smriprep.git@f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep-0.1.0
44
templateflow<0.2.0a0,>=0.1.3

0 commit comments

Comments
 (0)