Skip to content

Commit 1f3a148

Browse files
committed
fix niworkflows pin
1 parent bee7b66 commit 1f3a148

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fmriprep/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
'nilearn',
9191
'nipype>=1.1.6',
9292
'nitime',
93-
'niworkflows>=0.6.1',
93+
'niworkflows',
9494
'numpy',
9595
'pandas',
9696
'psutil>=5.4',
@@ -105,7 +105,7 @@
105105

106106

107107
LINKS_REQUIRES = [
108-
'git+https://github.com/oesteban/niworkflows@'
108+
'git+https://github.com/oesteban/niworkflows.git@'
109109
'e3b6647c4dd9b29e459bd99e7a91548cf016ce3f#niworkflows-0.6.1',
110110
]
111111

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
grabbit==0.2.6
22
pybids>=0.7.0,<0.8
3-
git+https://github.com/oesteban/niworkflows@e3b6647c4dd9b29e459bd99e7a91548cf016ce3f#niworkflows-0.6.1
3+
git+https://github.com/oesteban/niworkflows.git@e3b6647c4dd9b29e459bd99e7a91548cf016ce3f#niworkflows-0.6.1
44
smriprep>=0.0.4,<0.1.0a0
55
templateflow>=0.0.4

0 commit comments

Comments
 (0)