Skip to content

Commit d9db42a

Browse files
committed
Merge branch 'master' of github.com:ZhifangYe/fmriprep
2 parents eade4be + 7a9c82d commit d9db42a

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.4.0
31+
- git+https://github.com/ZhifangYe/niworkflows.git@ea6550d1c045f5310e094928504b5866b94e3e73#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/ZhifangYe/niworkflows.git@'
85+
'ea6550d1c045f5310e094928504b5866b94e3e73#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.4.0
1+
git+https://github.com/ZhifangYe/niworkflows.git@ea6550d1c045f5310e094928504b5866b94e3e73#egg=niworkflows
22
versioneer

0 commit comments

Comments
 (0)