Skip to content

Commit 847f712

Browse files
committed
PIN: niworkflows with nipype 1.0.4 dependency
1 parent dcbd462 commit 847f712

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ dependencies:
2828
- svgutils
2929
- nitime
3030
- nilearn
31-
- niworkflows>=0.3.13
31+
- git+https://github.com/effigies/niworkflows.git@4e8f18d79a45db156d441cbc41cf28b953fc5bf1#egg=niworkflows

fmriprep/info.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
]
8282

8383
LINKS_REQUIRES = [
84+
"git+https://github.com/effigies/niworkflows.git@"
85+
"4e8f18d79a45db156d441cbc41cf28b953fc5bf1#egg=niworkflows",
8486
]
8587

8688
TESTS_REQUIRES = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
niworkflows>=0.3.13
1+
git+https://github.com/effigies/niworkflows.git@4e8f18d79a45db156d441cbc41cf28b953fc5bf1#egg=niworkflows
22
versioneer

0 commit comments

Comments
 (0)