Skip to content

Commit 7e24bb6

Browse files
authored
Merge pull request #3 from rciric/repin
[MAINT] Repin dependencies
2 parents 59ee4b6 + 8fe2f75 commit 7e24bb6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fmriprep/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@
105105

106106
LINKS_REQUIRES = [
107107
'git+https://github.com/rciric/nipype.git@'
108-
'4c1af8aca7191aff7568ef0a8009144839759f5c#egg=nipype',
108+
'b80a3d7f1cde35573a73246271bd0dcf42dc7f4b#egg=nipype',
109109
'git+https://github.com/rciric/niworkflows.git@'
110-
'a7d976dddb0d7e266822cecc16c9ee3a2c3ba1cf#egg=niworkflows',
110+
'4d4ca491ed94d71100ecf610c280aa17e4ceef0c#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/rciric/nipype.git@b80a3d7f1cde35573a73246271bd0dcf42dc7f4b#egg=nipype
3+
git+https://github.com/rciric/niworkflows.git@4d4ca491ed94d71100ecf610c280aa17e4ceef0c#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)