Skip to content

Commit 0e19395

Browse files
committed
rel(2.0.8): Update requirements
1 parent 3dc9441 commit 0e19395

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

min-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
attrs==20.1.0
33
nibabel==3.0.1
44
nipype==1.5.1
5-
niworkflows@ git+https://github.com/nipreps/niworkflows.git@master
5+
niworkflows==1.4.2
66
nitransforms==21.0.0
77
numpy
88
pybids==0.12.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
attrs>=20.1.0
33
nibabel>=3.0.1
44
nipype<2.0,>=1.5.1
5-
niworkflows@ git+https://github.com/nipreps/niworkflows.git@master
5+
niworkflows~=1.4.2
66
nitransforms~=21.0.0
77
numpy
88
pybids>=0.12.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install_requires =
3131
attrs >= 20.1.0
3232
nibabel >=3.0.1
3333
nipype >=1.5.1,<2.0
34-
niworkflows @ git+https://github.com/nipreps/niworkflows.git@master
34+
niworkflows ~= 1.4.2
3535
nitransforms ~= 21.0.0
3636
numpy
3737
pybids >= 0.12.1

0 commit comments

Comments
 (0)