We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8220ab5 commit e351860Copy full SHA for e351860
pyproject.toml
@@ -4,8 +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; python_version >= 3.9",
8
- "numpy<2; python_version <= 3.8",
+ 'numpy>=2; python_version>="3.9"',
+ 'numpy<2; python_version<="3.8"',
9
]
10
11
build-backend = "setuptools.build_meta"
0 commit comments