Skip to content

Commit 6af536b

Browse files
committed
pin(niworkflows,nipype): update pinnings before merge
1 parent 28c0823 commit 6af536b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

fmriprep/__about__.py

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

105105

106106
LINKS_REQUIRES = [
107-
'git+https://github.com/rciric/nipype.git@'
108-
'4c1af8aca7191aff7568ef0a8009144839759f5c#egg=nipype',
109-
'git+https://github.com/rciric/niworkflows.git@'
110-
'a7d976dddb0d7e266822cecc16c9ee3a2c3ba1cf#egg=niworkflows',
107+
'git+https://github.com/nipy/nipype.git@'
108+
'd353f0d879826031334b09d33e9443b8c9b3e7fe#egg=nipype',
109+
'git+https://github.com/poldracklab/niworkflows.git@'
110+
'8ee3168e508f3e21e67c20b5104897869e728bc3#egg=niworkflows',
111111
'git+https://github.com/poldracklab/smriprep.git@'
112112
'423bcc43ab7300177eb3b98da62817b2cad8eb87#egg=smriprep-0.1.0',
113113
]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
nilearn!=0.5.0,!=0.5.1
2-
git+https://github.com/rciric/nipype.git@4c1af8aca7191aff7568ef0a8009144839759f5c#egg=nipype
3-
git+https://github.com/rciric/niworkflows.git@a7d976dddb0d7e266822cecc16c9ee3a2c3ba1cf#egg=niworkflows
2+
git+https://github.com/nipy/nipype.git@d353f0d879826031334b09d33e9443b8c9b3e7fe#egg=nipype
3+
git+https://github.com/poldracklab/niworkflows.git@8ee3168e508f3e21e67c20b5104897869e728bc3#egg=niworkflows
44
git+https://github.com/poldracklab/smriprep.git@423bcc43ab7300177eb3b98da62817b2cad8eb87#egg=smriprep-0.1.0
55
templateflow<0.2.0a0,>=0.1.3

0 commit comments

Comments
 (0)