ok to import? it's becoming common for python software to depend on
this rather than on numpy directly. (it's a bit pointless for us
but it's there to simplify dependencies in Python wheel-building
land and easier to add a dependency rather than patch it).

------
This is a Python meta-package which can be used in pyproject.toml files
to automatically provide as a build-time dependency on Numpy.

Normally it is used to depend on the oldest version that supports the
given Python version and platform where a pre-built Numpy wheel is
available, such that compiled extensions are ABI-compatible with a
wider range of Numpy versions.

For OpenBSD packages where we manage dependencies internally and
don't use upstream pre-built wheels, this is modified to allow any
version.
------

Attachment: py-oldest-supported-numpy.tgz
Description: application/tar-gz

Reply via email to