mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +01:00
Merge pull request #135 from TREX-CoE/fix-python-numpy
Bump numpy requirements
This commit is contained in:
commit
d1196d7c28
@ -3,25 +3,6 @@ requires = [
|
|||||||
"setuptools>=42",
|
"setuptools>=42",
|
||||||
"wheel",
|
"wheel",
|
||||||
"pkgconfig",
|
"pkgconfig",
|
||||||
# Numpy requirements for different OS/architectures
|
"oldest-supported-numpy"
|
||||||
# Copied from https://github.com/scipy/scipy/blob/master/pyproject.toml (which is also licensed under BSD)
|
|
||||||
"numpy==1.17.3; python_version=='3.6' and (platform_machine!='arm64' or platform_system!='Darwin') and platform_machine!='aarch64' and platform_python_implementation != 'PyPy'",
|
|
||||||
"numpy==1.17.3; python_version=='3.7' and (platform_machine!='arm64' or platform_system!='Darwin') and platform_machine!='aarch64' and platform_python_implementation != 'PyPy'",
|
|
||||||
"numpy==1.18.3; python_version=='3.8' and (platform_machine!='arm64' or platform_system!='Darwin') and platform_machine!='aarch64' and platform_python_implementation != 'PyPy'",
|
|
||||||
"numpy==1.19.3; python_version=='3.9' and (platform_machine!='arm64' or platform_system!='Darwin') and platform_python_implementation != 'PyPy'",
|
|
||||||
"numpy==1.21.4; python_version=='3.10' and platform_python_implementation != 'PyPy'",
|
|
||||||
# Aarch64(Python 3.9 requirements are the same as AMD64)
|
|
||||||
"numpy==1.19.2; python_version=='3.6' and platform_machine=='aarch64'",
|
|
||||||
"numpy==1.19.2; python_version=='3.7' and platform_machine=='aarch64'",
|
|
||||||
"numpy==1.19.2; python_version=='3.8' and platform_machine=='aarch64'",
|
|
||||||
# Darwin Arm64
|
|
||||||
"numpy>=1.20.0; python_version=='3.8' and platform_machine=='arm64' and platform_system=='Darwin'",
|
|
||||||
"numpy>=1.20.0; python_version=='3.9' and platform_machine=='arm64' and platform_system=='Darwin'",
|
|
||||||
# For Python versions which aren't yet officially supported,
|
|
||||||
# we specify an unpinned NumPy which allows source distributions
|
|
||||||
# to be used and allows wheels to be used as soon as they
|
|
||||||
# become available.
|
|
||||||
"numpy; python_version>='3.11'",
|
|
||||||
"numpy; python_version>='3.8' and platform_python_implementation=='PyPy'",
|
|
||||||
]
|
]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
setuptools>=42
|
setuptools>=42
|
||||||
pkgconfig
|
pkgconfig
|
||||||
numpy<1.24.0
|
numpy<1.27.0
|
||||||
numpy>=1.17.3
|
numpy>=1.17.3
|
||||||
|
Loading…
Reference in New Issue
Block a user