We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f99556 commit 26f0cedCopy full SHA for 26f0ced
pyproject.toml
@@ -2,7 +2,8 @@
2
build-backend = "setuptools.build_meta"
3
requires = [
4
"certifi>=2020.06.20",
5
- "oldest-supported-numpy",
+ "oldest-supported-numpy; platform_python_implementation!='PyPy'",
6
+ "numpy>=1.25; platform_python_implementation=='PyPy'",
7
"pybind11>=2.6",
8
"setuptools>=42",
9
"setuptools_scm>=7",
0 commit comments