Skip to content

Commit d245877

Browse files
committed
pin(niworkflows): test development branch with patch
1 parent 869ac5c commit d245877

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

fmriprep/__about__.py

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

105105

106106
LINKS_REQUIRES = [
107+
'git+https://github.com/oesteban/niworkflows.git@'
108+
'98d40bda2f8c36a061ada6788f3265ae40ab765a#egg=niworkflows',
107109
'git+https://github.com/poldracklab/smriprep.git@'
108110
'423bcc43ab7300177eb3b98da62817b2cad8eb87#egg=smriprep-0.1.0',
109111
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
niworkflows<0.9.0a0,>=0.8.1
1+
git+https://github.com/oesteban/niworkflows.git@98d40bda2f8c36a061ada6788f3265ae40ab765a#egg=niworkflows
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)