Skip to content

Commit d23e796

Browse files
authoredDec 12, 2024
Update pyproject.toml
Attempting to get building on 3.12
1 parent 9e45735 commit d23e796

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ requires = [
99
"numpy>=2.0.0; python_version>='3.9'",
1010
"pip",
1111
"scikit-build>=0.14.0",
12-
"setuptools==59.2.0",
12+
"setuptools==59.2.0; python_version<'3.12'",
13+
"setuptools<70.0.0; python_version>='3.12'",
1314
]

0 commit comments

Comments
 (0)