Skip to content

Commit 5af9431

Browse files
committed
pin: stable release of niworkflows for RTD
1 parent 9d52b44 commit 5af9431

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

docs/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ dependencies:
2828
- svgutils
2929
- nitime
3030
- nilearn
31-
- niworkflows>=0.7.2,<0.8.0a0
32-
- smriprep>=0.0.4,<0.1.0a0
31+
- niworkflows<0.9.0a0,>=0.8.1
32+
- smriprep
3333
- tedana>=0.0.5

fmriprep/__about__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
'nilearn',
9090
'nipype>=1.1.6',
9191
'nitime',
92-
'niworkflows',
92+
'niworkflows<0.9.0a0,>=0.8.1',
9393
'numpy',
9494
'pandas',
9595
'psutil>=5.4',
@@ -104,8 +104,6 @@
104104

105105

106106
LINKS_REQUIRES = [
107-
'git+https://github.com/poldracklab/niworkflows.git@'
108-
'93eb80e1b920d1dfbfee42cbec3b2fc2fc31b2d0#egg=niworkflows-0.8.0',
109107
'git+https://github.com/poldracklab/smriprep.git@'
110108
'423bcc43ab7300177eb3b98da62817b2cad8eb87#egg=smriprep-0.1.0',
111109
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
git+https://github.com/poldracklab/niworkflows.git@93eb80e1b920d1dfbfee42cbec3b2fc2fc31b2d0#egg=niworkflows-0.8.0
1+
niworkflows<0.9.0a0,>=0.8.1
22
git+https://github.com/poldracklab/smriprep.git@423bcc43ab7300177eb3b98da62817b2cad8eb87#egg=smriprep-0.1.0
33
templateflow<0.2.0a0,>=0.1.3

0 commit comments

Comments
 (0)