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.
2 parents eade4be + 7a9c82d commit d9db42aCopy full SHA for d9db42a
docs/environment.yml
@@ -28,4 +28,4 @@ dependencies:
28
- svgutils
29
- nitime
30
- nilearn
31
- - niworkflows>=0.4.0
+ - git+https://github.com/ZhifangYe/niworkflows.git@ea6550d1c045f5310e094928504b5866b94e3e73#egg=niworkflows
fmriprep/info.py
@@ -81,6 +81,8 @@
81
]
82
83
LINKS_REQUIRES = [
84
+ 'git+https://github.com/ZhifangYe/niworkflows.git@'
85
+ 'ea6550d1c045f5310e094928504b5866b94e3e73#egg=niworkflows',
86
87
88
TESTS_REQUIRES = [
requirements.txt
@@ -1,2 +1,2 @@
1
-niworkflows>=0.4.0
+git+https://github.com/ZhifangYe/niworkflows.git@ea6550d1c045f5310e094928504b5866b94e3e73#egg=niworkflows
2
versioneer
0 commit comments