Skip to content

Commit 41eebc1

Browse files
committed
MNT: Require Python 3.8, numpy 1.19
1 parent 02c7a34 commit 41eebc1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

min-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Auto-generated by tools/update_requirements.py
2-
numpy ==1.17
2+
numpy ==1.19
33
packaging ==17
44
setuptools

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ authors = [{ name = "NiBabel developers", email = "[email protected]" }]
99
maintainers = [{ name = "Christopher Markiewicz" }]
1010
readme = "README.rst"
1111
license = { text = "MIT License" }
12-
requires-python = ">=3.7"
13-
dependencies = ["numpy >=1.17", "packaging >=17", "setuptools"]
12+
requires-python = ">=3.8"
13+
dependencies = ["numpy >=1.19", "packaging >=17", "setuptools"]
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",
1616
"Environment :: Console",
1717
"Intended Audience :: Science/Research",
1818
"License :: OSI Approved :: MIT License",
1919
"Operating System :: OS Independent",
2020
"Programming Language :: Python",
21-
"Programming Language :: Python :: 3.7",
2221
"Programming Language :: Python :: 3.8",
2322
"Programming Language :: Python :: 3.9",
2423
"Programming Language :: Python :: 3.10",
24+
"Programming Language :: Python :: 3.11",
2525
"Topic :: Scientific/Engineering",
2626
]
2727
# Version from setuptools_scm

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Auto-generated by tools/update_requirements.py
2-
numpy >=1.17
2+
numpy >=1.19
33
packaging >=17
44
setuptools

0 commit comments

Comments
 (0)