Skip to content

Commit e752d38

Browse files
authored
chore: use scikit-build 0.12 (#180)
* chore: try scikit-build RC * chore: use scikit-build 0.12
1 parent 3f79fd8 commit e752d38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"scikit-build",
3+
"scikit-build>=0.12",
44
"setuptools>=42",
55
"wheel"
66
]
@@ -18,6 +18,7 @@ before-build = "pip install -r requirements-repair.txt"
1818
repair-wheel-command = "python scripts/repair_wheel.py -w {dest_dir} {wheel}"
1919
test-extras = "test"
2020
test-command = "pytest {project}/tests"
21+
build-verbosity = "1"
2122

2223
[tool.cibuildwheel.linux]
2324
before-all = [
@@ -27,7 +28,6 @@ before-all = [
2728
"ninja --version",
2829
"./scripts/manylinux-build-and-install-openssl.sh",
2930
]
30-
build-verbosity = "1"
3131
manylinux-x86_64-image = "manylinux1"
3232
manylinux-i686-image = "manylinux1"
3333

0 commit comments

Comments
 (0)