We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1726537 commit 8220ab5Copy full SHA for 8220ab5
pyproject.toml
@@ -4,7 +4,8 @@ requires = [
4
"wheel>=0.36.2",
5
"pybind11>=2.12",
6
# Building with NumPy 2 allows backwards compatibility with NumPy 1:
7
- "numpy>=2",
+ "numpy>=2; python_version >= 3.9",
8
+ "numpy<2; python_version <= 3.8",
9
]
10
11
build-backend = "setuptools.build_meta"
0 commit comments