Metadata-Version: 2.1
Name: build-requires-numpy
Version: 2021.10.12
Summary: Meta-package to install older versions of Numpy.
Home-page: https://www.lfd.uci.edu/~gohlke/
Author: Christoph Gohlke
Author-email: cgohlke@uci.edu
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
Requires-Python: >=2.7
Requires-Dist: numpy (==1.21.2) ; platform_python_implementation == "PyPy"
Requires-Dist: numpy (==1.14.5) ; python_version == "2.7"
Requires-Dist: numpy (==1.14.5) ; python_version == "3.4"
Requires-Dist: numpy (==1.14.5) ; python_version == "3.5"
Requires-Dist: numpy (==1.16.5) ; python_version == "3.6"
Requires-Dist: numpy (==1.17.5) ; python_version == "3.7"
Requires-Dist: numpy (==1.17.5) ; python_version == "3.8"
Requires-Dist: numpy (==1.19.5) ; python_version == "3.9"
Requires-Dist: numpy (==1.21.2) ; python_version >= "3.10"


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


