We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9def6a5 + d23e796 commit cee4e80Copy full SHA for cee4e80
pyproject.toml
@@ -9,5 +9,6 @@ requires = [
9
"numpy>=2.0.0; python_version>='3.9'",
10
"pip",
11
"scikit-build>=0.14.0",
12
- "setuptools==59.2.0",
+ "setuptools==59.2.0; python_version<'3.12'",
13
+ "setuptools<70.0.0; python_version>='3.12'",
14
]
0 commit comments