Skip to content

Commit 7db9a31

Browse files
committed
PIN: niworkflows>=0.4.1
1 parent d9db42a commit 7db9a31

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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-
- git+https://github.com/ZhifangYe/niworkflows.git@ea6550d1c045f5310e094928504b5866b94e3e73#egg=niworkflows
31+
- niworkflows>=0.4.1

fmriprep/info.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
'pybids>=0.5.1',
7272
'nitime',
7373
'nipype>=1.0.4',
74-
'niworkflows>=0.4.0',
74+
'niworkflows>=0.4.1',
7575
'statsmodels',
7676
'nipype',
7777
'seaborn',
@@ -81,8 +81,6 @@
8181
]
8282

8383
LINKS_REQUIRES = [
84-
'git+https://github.com/ZhifangYe/niworkflows.git@'
85-
'ea6550d1c045f5310e094928504b5866b94e3e73#egg=niworkflows',
8684
]
8785

8886
TESTS_REQUIRES = [

requirements.txt

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

0 commit comments

Comments
 (0)