Skip to content

Commit 8c68325

Browse files
committed
Use oldest-supported-numpy for build
Otherwise, a new version will be installed in the isolated build environment, and Matplotlib will fail to import in an existing environment with older NumPy.
1 parent 42fdbea commit 8c68325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
build-backend = "setuptools.build_meta"
33
requires = [
44
"certifi>=2020.06.20",
5-
"numpy>=1.19",
5+
"oldest-supported-numpy",
66
"setuptools_scm>=7",
77
]

0 commit comments

Comments
 (0)