Skip to content

Commit 84344a8

Browse files
committed
update niworkflows pin
1 parent b32bd9e commit 84344a8

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,6 +28,6 @@ dependencies:
2828
- svgutils
2929
- nitime
3030
- nilearn
31-
- niworkflows>=0.5.4,<0.6
31+
- niworkflows>=0.7.2,<0.8.0a0
3232
- smriprep>=0.0.4,<0.1.0a0
3333
- tedana>=0.0.5

fmriprep/__about__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
'nilearn',
9090
'nipype>=1.1.6',
9191
'nitime',
92-
'niworkflows',
92+
'niworkflows>=0.7.2,<0.8.0a0',
9393
'numpy',
9494
'pandas',
9595
'psutil>=5.4',
@@ -104,8 +104,6 @@
104104

105105

106106
LINKS_REQUIRES = [
107-
'git+https://github.com/poldracklab/niworkflows.git@'
108-
'b97787ee2f1b93cafb104664b60fa0c4fd81253a#egg=niworkflows-0.7.1',
109107
]
110108

111109
TESTS_REQUIRES = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pybids>=0.7.0,<0.8.0a0
2-
git+https://github.com/poldracklab/niworkflows.git@b97787ee2f1b93cafb104664b60fa0c4fd81253a#egg=niworkflows-0.7.1
2+
niworkflows>=0.7.2,<0.8.0a0
33
smriprep>=0.0.5,<0.1.0a0
44
templateflow>=0.0.4

0 commit comments

Comments
 (0)