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 1
1
# Auto-generated by tools/update_requirements.py
2
- numpy ==1.15
2
+ numpy ==1.17
3
3
packaging ==17.0
4
4
setuptools
Original file line number Diff line number Diff line change 1
1
# Auto-generated by tools/update_requirements.py
2
- numpy >= 1.15
2
+ numpy >= 1.17
3
3
packaging >= 17.0
4
4
setuptools
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ classifiers =
13
13
License :: OSI Approved :: MIT License
14
14
Operating System :: OS Independent
15
15
Programming Language :: Python
16
- Programming Language :: Python :: 3.6
17
16
Programming Language :: Python :: 3.7
18
17
Programming Language :: Python :: 3.8
19
18
Programming Language :: Python :: 3.9
19
+ Programming Language :: Python :: 3.10
20
20
Topic :: Scientific/Engineering
21
21
license = MIT License
22
22
description = Access a multitude of neuroimaging data formats
@@ -28,9 +28,9 @@ provides =
28
28
nisext
29
29
30
30
[options]
31
- python_requires = >=3.6
31
+ python_requires = >=3.7
32
32
install_requires =
33
- numpy >=1.15
33
+ numpy >=1.17
34
34
packaging >=17.0
35
35
setuptools
36
36
zip_safe = False
@@ -59,7 +59,6 @@ style =
59
59
test =
60
60
coverage
61
61
pytest !=5.3.4
62
- pytest <7 ; python_version == "3.6"
63
62
pytest-cov
64
63
pytest-doctestplus
65
64
zstd =
You can’t perform that action at this time.
0 commit comments