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

Commit 979460a

Browse files
committed
Can't override oldest-supported-numpy
1 parent 601ef97 commit 979460a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ build-backend = "setuptools.build_meta"
66
# We need at least 1.19.0 for ABI compatibility, but otherwise prefer the oldest available wheel (eg: 1.19.3 for py3.9)
77
requires = [
88
"numpy==1.19.0; python_version<'3.9'",
9-
"oldest-supported-numpy",
9+
"numpy==1.19.3; python_version=='3.9'",
10+
"numpy; python_version>'3.9'",
1011
"setuptools",
1112
"wheel"
1213
]

0 commit comments

Comments
 (0)