Skip to content

Commit 3d1ccd3

Browse files
authored
use newer scikit-build
1 parent 4fbf41d commit 3d1ccd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools>=42",
4-
"scikit-build~=0.16.1",
4+
"scikit-build~=0.16.2",
55
"Cython==3.0.0a11"
66
]
77
build-backend = "backend"

tools/sdist.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ index 77671b1..7692f90 100644
66
[build-system]
77
requires = [
88
"setuptools>=42",
9-
- "scikit-build~=0.16.1",
9+
- "scikit-build~=0.16.2",
1010
- "Cython==3.0.0a11"
11-
+ "scikit-build~=0.16.1"
11+
+ "scikit-build~=0.16.2"
1212
]
1313
build-backend = "backend"
1414
backend-path = ["_custom_build"]

0 commit comments

Comments
 (0)