Skip to content

Commit 9727db8

Browse files
committed
fix pinnings of smriprep and niworkflows
1 parent 693c6be commit 9727db8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

fmriprep/__about__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@
104104

105105

106106
LINKS_REQUIRES = [
107-
'git+https://github.com/oesteban/niworkflows.git@'
108-
'627d5810350127e5806c62dda8296cfa1177b202#egg=niworkflows-0.8.0',
107+
'git+https://github.com/poldracklab/niworkflows.git@'
108+
'93eb80e1b920d1dfbfee42cbec3b2fc2fc31b2d0#egg=niworkflows-0.8.0',
109109
'git+https://github.com/oesteban/smriprep.git@'
110-
'3b4f62661c10603f3e48197bc4b27341e72cbad9#egg=smriprep-0.1.0',
110+
'be809a79d87d906c513730634d51cb196a01297b#egg=smriprep-0.1.0',
111111
]
112112

113113
TESTS_REQUIRES = [

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
git+https://github.com/oesteban/niworkflows.git@627d5810350127e5806c62dda8296cfa1177b202#egg=niworkflows-0.8.0
2-
git+https://github.com/oesteban/smriprep.git@3b4f62661c10603f3e48197bc4b27341e72cbad9#egg=smriprep-0.1.0
1+
git+https://github.com/poldracklab/niworkflows.git@93eb80e1b920d1dfbfee42cbec3b2fc2fc31b2d0#egg=niworkflows-0.8.0
2+
git+https://github.com/oesteban/smriprep.git@be809a79d87d906c513730634d51cb196a01297b#egg=smriprep-0.1.0

0 commit comments

Comments
 (0)