Skip to content

Commit f42ba03

Browse files
committed
Use oldest-supported-numpy as build dependency
Fixes incompatible numpy versions build vs runtime, as NumPy v1.20 is binary incompatible with older versions. See pypa/pip#9542
1 parent 41a7ad4 commit f42ba03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[build-system]
2-
requires = ["Cython>=0.23", "numpy", "setuptools", "wheel"]
2+
requires = ["Cython>=0.23", "oldest-supported-numpy", "setuptools", "wheel"]

0 commit comments

Comments
 (0)