Meta-package that provides the oldest supported version of Numpy
Project description
This is a meta-package which can be used in pyproject.toml files to automatically provide the oldest supported version of Numpy without having to list them all. In other words:
[build-system]
requires = [
"wheel",
"setuptools",
"numpy==1.13.3; python_version=='3.5',
"numpy==1.13.3; python_version=='3.6',
"numpy==1.14.5; python_version=='3.7',
"numpy==1.17.3; python_version>='3.8'
]
can be replaced by:
[build-system] requires = ["wheel", "setuptools", "oldest-supported-numpy"]
And as new Python versions are released, the pyproject.toml file does not need to be updated.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file oldest_supported_numpy-0.2-py2.py3-none-any.whl.
File metadata
- Download URL: oldest_supported_numpy-0.2-py2.py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4092ab1777e11d19e15affa78bcfc6dfe4dcd77cdb80ff9eca43281999cde47a
|
|
| MD5 |
422dc9bc00015fe73a5e75d6f679a1c4
|
|
| BLAKE2b-256 |
58c06465d606351720ffa75fdabd2a58d6cfc2504ac994542d735ea478510a6c
|