Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Can't override oldest-supported-numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHayes committed Apr 23, 2021
1 parent 601ef97 commit 2c2c54e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ build-backend = "setuptools.build_meta"
# We need at least 1.19.0 for ABI compatibility, but otherwise prefer the oldest available wheel (eg: 1.19.3 for py3.9)
requires = [
"numpy==1.19.0; python_version<'3.9'",
"oldest-supported-numpy",
"numpy==1.19.3; python_version<='3.9'",
"numpy==1.19.3; python_version>'3.9'",
"setuptools",
"wheel"
]

0 comments on commit 2c2c54e

Please sign in to comment.