DEP: use oldest-supported-numpy in pyproject.toml (#2143)

This commit is contained in:
Alan D. Snow 2021-04-02 10:29:05 -05:00 committed by GitHub
parent 3b43de6943
commit fde17af9e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,2 @@
[build-system]
requires = [
"setuptools",
"wheel",
"cython==0.29.21",
"numpy==1.13.3; python_version=='3.6'",
"numpy==1.14.5; python_version=='3.7'",
"numpy==1.17.3; python_version=='3.8'",
"numpy==1.19.3; python_version=='3.9'",
"numpy; python_version>='3.10'",
]
requires = ["setuptools", "wheel", "cython==0.29.21", "oldest-supported-numpy"]