Skip to content

Commit 26f0ced

Browse files
committed
BLD: Try to update numpy pinning in pyproject.toml as well
1 parent 0f99556 commit 26f0ced

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
build-backend = "setuptools.build_meta"
33
requires = [
44
"certifi>=2020.06.20",
5-
"oldest-supported-numpy",
5+
"oldest-supported-numpy; platform_python_implementation!='PyPy'",
6+
"numpy>=1.25; platform_python_implementation=='PyPy'",
67
"pybind11>=2.6",
78
"setuptools>=42",
89
"setuptools_scm>=7",

0 commit comments

Comments
 (0)