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 4fbf41d commit 3d1ccd3Copy full SHA for 3d1ccd3
pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
requires = [
3
"setuptools>=42",
4
- "scikit-build~=0.16.1",
+ "scikit-build~=0.16.2",
5
"Cython==3.0.0a11"
6
]
7
build-backend = "backend"
tools/sdist.patch
@@ -6,9 +6,9 @@ index 77671b1..7692f90 100644
8
9
-- "scikit-build~=0.16.1",
+- "scikit-build~=0.16.2",
10
- "Cython==3.0.0a11"
11
-+ "scikit-build~=0.16.1"
++ "scikit-build~=0.16.2"
12
13
14
backend-path = ["_custom_build"]
0 commit comments