Skip to content

Commit

Permalink
use newer scikit-build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Nov 5, 2022
1 parent 4fbf41d commit 3d1ccd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools>=42",
"scikit-build~=0.16.1",
"scikit-build~=0.16.2",
"Cython==3.0.0a11"
]
build-backend = "backend"
Expand Down
4 changes: 2 additions & 2 deletions tools/sdist.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ index 77671b1..7692f90 100644
[build-system]
requires = [
"setuptools>=42",
- "scikit-build~=0.16.1",
- "scikit-build~=0.16.2",
- "Cython==3.0.0a11"
+ "scikit-build~=0.16.1"
+ "scikit-build~=0.16.2"
]
build-backend = "backend"
backend-path = ["_custom_build"]

0 comments on commit 3d1ccd3

Please sign in to comment.