Metadata-Version: 2.1
Name: build-requires-numpy
Version: 2022.9.26
Summary: Meta-package to install older versions of Numpy.
Home-page: https://pypi.org/project/build-requires-numpy/
Author: Christoph Gohlke
Author-email: cgohlke@cgohlke.com
License: BSD
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=2.7
Requires-Dist: numpy (==1.22.2) ; platform_python_implementation == "PyPy"
Requires-Dist: numpy (==1.14.5) ; python_version == "2.7" and platform_python_implementation != "PyPy"
Requires-Dist: numpy (==1.14.5) ; python_version == "3.4" and platform_python_implementation != "PyPy"
Requires-Dist: numpy (==1.14.5) ; python_version == "3.5" and platform_python_implementation != "PyPy"
Requires-Dist: numpy (==1.16.5) ; python_version == "3.6" and platform_python_implementation != "PyPy"
Requires-Dist: numpy (==1.17.5) ; python_version == "3.7" and platform_python_implementation != "PyPy"
Requires-Dist: numpy (==1.19.5) ; python_version == "3.8" and platform_python_implementation != "PyPy"
Requires-Dist: numpy (==1.19.5) ; python_version == "3.9" and platform_python_implementation != "PyPy"
Requires-Dist: numpy (==1.21.4) ; python_version >= "3.10" and platform_python_implementation != "PyPy"
Requires-Dist: numpy (==1.23.3) ; python_version >= "3.11" and platform_python_implementation != "PyPy"


Build-requires-numpy is a meta-package to install older versions of Numpy
when building wheels.
