Metadata-Version: |
2.1 |
Name: |
oldest-supported-numpy |
Version: |
2023.12.21 |
Summary: |
Meta-package that provides the oldest NumPy that supports a given Python version and platform. If wheels for the platform became available on PyPI only for a more recent NumPy version, then that NumPy version is specified. |
Author: |
Thomas Robitaille |
Author-Email: |
thomas.robitaille[at]gmail.com |
Home-Page: |
https://github.com/scipy/oldest-supported-numpy |
License: |
BSD |
Requires-Python: |
>=3.7 |
Requires-Dist: |
numpy (==1.22.2); platform_machine == "loongarch64" and python_version >= "3.8" and python_version < "3.11" and platform_python_implementation != "PyPy" |
Requires-Dist: |
numpy (==1.21.6); python_version == "3.10" and platform_machine != "loongarch64" |
Requires-Dist: |
numpy (==1.23.2); python_version == "3.11" |
Requires-Dist: |
numpy (==1.26.2); python_version == "3.12" |
Requires-Dist: |
numpy (==1.19.0); python_version == "3.6" and platform_machine != "loongarch64" and platform_python_implementation == "PyPy" |
Requires-Dist: |
numpy (==1.20.0); python_version == "3.7" and platform_machine != "loongarch64" and platform_python_implementation == "PyPy" |
Requires-Dist: |
numpy (==1.19.3); python_version == "3.7" and platform_machine == "aarch64" and platform_system != "AIX" and platform_python_implementation != "PyPy" |
Requires-Dist: |
numpy (==1.21.0); python_version == "3.7" and platform_machine == "arm64" and platform_system == "Darwin" and platform_python_implementation != "PyPy" |
Requires-Dist: |
numpy (==1.14.5); python_version == "3.7" and platform_machine == "arm64" and platform_system == "Windows" and platform_python_implementation != "PyPy" |
Requires-Dist: |
numpy (==1.14.5); python_version == "3.7" and platform_machine not in "arm64|aarch64|loongarch64" and platform_system != "AIX" and platform_python_implementation != "PyPy" |
Requires-Dist: |
numpy (==1.16.0); python_version == "3.7" and platform_system == "AIX" and platform_machine != "loongarch64" and platform_python_implementation != "PyPy" |
Requires-Dist: |
numpy (==1.22.2); python_version == "3.8" and platform_machine != "loongarch64" and platform_python_implementation == "PyPy" |
Requires-Dist: |
numpy (==1.19.3); python_version == "3.8" and platform_machine == "aarch64" and platform_python_implementation != "PyPy" |
Requires-Dist: |
numpy (==1.21.0); python_version == "3.8" and platform_machine == "arm64" and platform_system == "Darwin" and platform_python_implementation != "PyPy" |
Requires-Dist: |
numpy (==1.17.3); python_version == "3.8" and platform_machine == "arm64" and platform_system == "Windows" and platform_python_implementation != "PyPy" |
Requires-Dist: |
numpy (==1.17.5); python_version == "3.8" and platform_machine == "s390x" and platform_python_implementation != "PyPy" |
Requires-Dist: |
numpy (==1.17.3); python_version == "3.8" and platform_machine not in "arm64|aarch64|s390x|loongarch64" and platform_python_implementation != "PyPy" |
Requires-Dist: |
numpy (==1.21.0); python_version == "3.9" and platform_machine == "arm64" and platform_system == "Darwin" and platform_python_implementation != "PyPy" |
Requires-Dist: |
numpy (==1.19.3); python_version == "3.9" and platform_machine == "arm64" and platform_system == "Windows" and platform_python_implementation != "PyPy" |
Requires-Dist: |
numpy (==1.25.0); python_version == "3.9" and platform_python_implementation == "PyPy" |
Requires-Dist: |
numpy (==1.23.3); python_version == "3.9" and platform_system == "OS400" and platform_machine != "loongarch64" and platform_python_implementation != "PyPy" |
Requires-Dist: |
numpy (==1.19.3); python_version == "3.9" and platform_system not in "OS400" and platform_machine not in "arm64|loongarch64" and platform_python_implementation != "PyPy" |
Requires-Dist: |
numpy; python_version >= "3.13" |
License-File: |
LICENSE |