File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11# Auto-generated by tools/update_requirements.py
2- numpy ==1.15
2+ numpy ==1.17
33packaging ==17.0
44setuptools
Original file line number Diff line number Diff line change 11# Auto-generated by tools/update_requirements.py
2- numpy >= 1.15
2+ numpy >= 1.17
33packaging >= 17.0
44setuptools
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ classifiers =
1313 License :: OSI Approved :: MIT License
1414 Operating System :: OS Independent
1515 Programming Language :: Python
16- Programming Language :: Python :: 3.6
1716 Programming Language :: Python :: 3.7
1817 Programming Language :: Python :: 3.8
1918 Programming Language :: Python :: 3.9
19+ Programming Language :: Python :: 3.10
2020 Topic :: Scientific/Engineering
2121license = MIT License
2222description = Access a multitude of neuroimaging data formats
@@ -28,9 +28,9 @@ provides =
2828 nisext
2929
3030[options]
31- python_requires = >=3.6
31+ python_requires = >=3.7
3232install_requires =
33- numpy >=1.15
33+ numpy >=1.17
3434 packaging >=17.0
3535 setuptools
3636zip_safe = False
@@ -59,7 +59,6 @@ style =
5959test =
6060 coverage
6161 pytest !=5.3.4
62- pytest <7 ; python_version == "3.6"
6362 pytest-cov
6463 pytest-doctestplus
6564zstd =
You can’t perform that action at this time.
0 commit comments