Skip to content

Commit e838ad9

Browse files
committed
maint: update minimal Python to 3.6 + run python tools/update_requirements.py
1 parent 3b0e34b commit e838ad9

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ language: python
1212
cache: pip
1313

1414
python:
15-
- 3.5
1615
- 3.6
1716
- 3.7
1817
- 3.8

min-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Auto-generated by tools/update_requirements.py
2-
nibabel==2.4.1
2+
nibabel==3.0.1
33
niflow-nipype1-workflows==0.0.1
44
nipype==1.3.1
5-
niworkflows==1.1.4
5+
niworkflows==1.2.0
66
numpy
7-
pybids==0.9.2
7+
pybids==0.10.2
88
templateflow==0.4

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Auto-generated by tools/update_requirements.py
2-
nibabel>=2.4.1
2+
nibabel>=3.0.1
33
niflow-nipype1-workflows~=0.0.1
4-
nipype>=1.3.1
5-
niworkflows~=1.1.4
4+
nipype<2.0,>=1.3.1
5+
niworkflows<1.4,>=1.2.0
66
numpy
7-
pybids~=0.9.2
7+
pybids>=0.10.2
88
templateflow>=0.4

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ classifiers =
66
Intended Audience :: Science/Research
77
Topic :: Scientific/Engineering :: Image Recognition
88
License :: OSI Approved :: BSD License
9-
Programming Language :: Python :: 3.5
109
Programming Language :: Python :: 3.6
1110
Programming Language :: Python :: 3.7
11+
Programming Language :: Python :: 3.8
1212
description = Susceptibility Distortion Correction (SDC) workflows for EPI MR schemes.
1313
license = Apache-2.0
1414
long_description = file:README.rst
@@ -20,7 +20,7 @@ project_urls =
2020
url = https://www.nipreps.org/sdcflows
2121

2222
[options]
23-
python_requires = >=3.5
23+
python_requires = >=3.6
2424
setup_requires =
2525
setuptools >= 42.0
2626
setuptools_scm >= 3.4
@@ -56,8 +56,8 @@ docs =
5656
%(doc)s
5757
tests =
5858
pytest
59-
pytest-xdist
60-
pytest-cov == 2.5.1
59+
pytest-xdist >= 2.0
60+
pytest-cov == 2.10.1
6161
coverage
6262
all =
6363
%(doc)s

0 commit comments

Comments
 (0)