mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
DEP: use oldest-supported-numpy in pyproject.toml (#2143)
This commit is contained in:
parent
3b43de6943
commit
fde17af9e1
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user