Skip to content

Commit c109f97

Browse files
committed
MNT: Update minimum nipype to match niworkflows minimum
1 parent 6f26203 commit c109f97

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
AFNI_TTATLAS_DATASET: /opt/afni/atlases
3232
AFNI_PLUGINPATH: /opt/afni/plugins
3333
ANTSPATH: /opt/ants
34-
DEPS: ${{ matrix.deps }}
34+
DEPS: ${{ matrix.deps + ".txt" }}
3535
strategy:
3636
max-parallel: 5
3737
matrix:

min-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Auto-generated by .maint/update_requirements.py
22
attrs==20.1.0
33
nibabel==3.1.0
4-
nipype==1.5.1
4+
nipype==1.8.5
55
traits<6.4
6-
niworkflows==1.6.3
6+
niworkflows==1.7.0
77
nitransforms==21.0.0
88
numpy==1.21.0
99
pybids==0.15.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Auto-generated by .maint/update_requirements.py
22
attrs>=20.1.0
33
nibabel>=3.1.0
4-
nipype<2.0,>=1.5.1
4+
nipype<2.0,>=1.8.5
55
traits<6.4
6-
niworkflows~=1.6.3
6+
niworkflows>=1.7.0
77
nitransforms>=21.0.0
88
numpy>=1.21.0
99
pybids>=0.15.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ setup_requires =
3030
install_requires =
3131
attrs >= 20.1.0
3232
nibabel >=3.1.0
33-
nipype >=1.5.1,<2.0
33+
nipype >=1.8.5,<2.0
3434
traits <6.4
3535
niworkflows >= 1.7.0
3636
nitransforms >= 21.0.0

0 commit comments

Comments
 (0)