We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78448c2 commit 400c599Copy full SHA for 400c599
docs/environment.yml
@@ -29,4 +29,5 @@ dependencies:
29
- svgutils
30
- nitime
31
- nilearn
32
+ - git+https://github.com/effigies/nipype.git@1376e103a5b51bde3208476cde4ffc192b47d03b#egg=nipype
33
- niworkflows>=0.4.2
fmriprep/info.py
@@ -80,6 +80,8 @@
80
]
81
82
LINKS_REQUIRES = [
83
+ 'git+https://github.com/effigies/nipype.git@'
84
+ '1376e103a5b51bde3208476cde4ffc192b47d03b#egg=nipype',
85
86
87
TESTS_REQUIRES = [
requirements.txt
@@ -1,2 +1,3 @@
1
+git+https://github.com/effigies/nipype.git@1376e103a5b51bde3208476cde4ffc192b47d03b#egg=nipype
2
niworkflows>=0.4.2
3
versioneer
0 commit comments