Skip to content

Commit 366904f

Browse files
committed
PIN: niworkflows>=0.4.0
1 parent b3f11f9 commit 366904f

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/effigies/niworkflows.git@4e8f18d79a45db156d441cbc41cf28b953fc5bf1#egg=niworkflows
31+
- niworkflows>=0.4.0

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.3.13',
74+
'niworkflows>=0.4.0',
7575
'statsmodels',
7676
'nipype',
7777
'seaborn',
@@ -81,8 +81,6 @@
8181
]
8282

8383
LINKS_REQUIRES = [
84-
"git+https://github.com/effigies/niworkflows.git@"
85-
"4e8f18d79a45db156d441cbc41cf28b953fc5bf1#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/effigies/niworkflows.git@4e8f18d79a45db156d441cbc41cf28b953fc5bf1#egg=niworkflows
1+
niworkflows>=0.4.0
22
versioneer

0 commit comments

Comments
 (0)