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 3f79fd8 commit e752d38Copy full SHA for e752d38
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
requires = [
3
- "scikit-build",
+ "scikit-build>=0.12",
4
"setuptools>=42",
5
"wheel"
6
]
@@ -18,6 +18,7 @@ before-build = "pip install -r requirements-repair.txt"
18
repair-wheel-command = "python scripts/repair_wheel.py -w {dest_dir} {wheel}"
19
test-extras = "test"
20
test-command = "pytest {project}/tests"
21
+build-verbosity = "1"
22
23
[tool.cibuildwheel.linux]
24
before-all = [
@@ -27,7 +28,6 @@ before-all = [
27
28
"ninja --version",
29
"./scripts/manylinux-build-and-install-openssl.sh",
30
-build-verbosity = "1"
31
manylinux-x86_64-image = "manylinux1"
32
manylinux-i686-image = "manylinux1"
33
0 commit comments