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 f6daa73 commit f5cfbbeCopy full SHA for f5cfbbe
docs/environment.yml
@@ -28,4 +28,4 @@ dependencies:
28
- svgutils
29
- nitime
30
- nilearn
31
- - niworkflows>=0.3.11
+ - git+https://github.com/effigies/niworkflows.git@153fe6f3b7ae6286249b661c526fe11f2d9f1a01#egg=niworkflows-0.3.12-dev
fmriprep/info.py
@@ -80,6 +80,8 @@
80
]
81
82
LINKS_REQUIRES = [
83
+ 'git+https://github.com/effigies/niworkflows.git@'
84
+ '153fe6f3b7ae6286249b661c526fe11f2d9f1a01#egg=niworkflows-0.3.12-dev',
85
86
87
TESTS_REQUIRES = [
requirements.txt
@@ -1,2 +1,2 @@
1
-niworkflows>=0.3.11
+git+https://github.com/effigies/niworkflows.git@153fe6f3b7ae6286249b661c526fe11f2d9f1a01#egg=niworkflows-0.3.12-dev
2
versioneer
0 commit comments