File tree Expand file tree Collapse file tree 4 files changed +12
-13
lines changed Expand file tree Collapse file tree 4 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ language: python
1212cache : pip
1313
1414python :
15- - 3.5
1615 - 3.6
1716 - 3.7
1817 - 3.8
Original file line number Diff line number Diff line change 11# Auto-generated by tools/update_requirements.py
2- nibabel==2.4 .1
2+ nibabel==3.0 .1
33niflow-nipype1-workflows==0.0.1
44nipype==1.3.1
5- niworkflows==1.1.4
5+ niworkflows==1.2.0
66numpy
7- pybids==0.9 .2
7+ pybids==0.10 .2
88templateflow==0.4
Original file line number Diff line number Diff line change 11# Auto-generated by tools/update_requirements.py
2- nibabel >= 2.4 .1
2+ nibabel >= 3.0 .1
33niflow-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
66numpy
7- pybids ~ =0.9 .2
7+ pybids > =0.10 .2
88templateflow >= 0.4
Original file line number Diff line number Diff 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
1212description = Susceptibility Distortion Correction (SDC) workflows for EPI MR schemes.
1313license = Apache-2.0
1414long_description = file:README.rst
@@ -20,15 +20,15 @@ project_urls =
2020url = https://www.nipreps.org/sdcflows
2121
2222[options]
23- python_requires = >=3.5
23+ python_requires = >=3.6
2424setup_requires =
2525 setuptools >= 42.0
2626 setuptools_scm >= 3.4
2727 toml
2828install_requires =
2929 nibabel >=3.0.1
3030 niflow-nipype1-workflows ~= 0.0.1
31- nipype >=1.3.1 ,<2.0
31+ nipype >=1.4.2 ,<2.0
3232 niworkflows ~= 1.3.0
3333 numpy
3434 pybids >= 0.10.2
5656 %(doc)s
5757tests =
5858 pytest
59- pytest-xdist
60- pytest-cov == 2.5 .1
59+ pytest-xdist >= 2.0
60+ pytest-cov == 2.10 .1
6161 coverage
6262all =
6363 %(doc)s
You can’t perform that action at this time.
0 commit comments