1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00

RM deprecated oldest-supported-numpy

This commit is contained in:
q-posev 2024-06-27 17:02:07 +02:00
parent 62b12b59ae
commit 19adc9d811
No known key found for this signature in database
GPG Key ID: 45235B39F0399606
2 changed files with 2 additions and 3 deletions

View File

@ -3,6 +3,6 @@ requires = [
"setuptools>=42",
"wheel",
"pkgconfig",
"oldest-supported-numpy"
"numpy",
]
build-backend = "setuptools.build_meta"

View File

@ -1,4 +1,3 @@
setuptools>=42
pkgconfig
numpy<1.27.0
numpy>=1.17.3
numpy