Skip to content

Commit 0f5effc

Browse files
authored
Merge pull request #229 from InsightSoftwareConsortium/bump-skbuild
BUG: Bump skbuild to 0.16.2 to resolve Windows build failures
2 parents 53ead79 + 0ffe019 commit 0f5effc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
scikit-build==0.8.1
1+
scikit-build==0.16.2

scripts/windows_build_module_wheels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def build_wheels(py_envs=DEFAULT_PY_ENVS, cleanup=True, cmake_options=[]):
4949
if os.path.exists(requirements_file):
5050
check_call([pip, "install", "--upgrade", "-r", requirements_file])
5151
check_call([pip, "install", "cmake"])
52-
check_call([pip, "install", "scikit_build"])
52+
check_call([pip, "install", "scikit_build", "--upgrade"])
5353
check_call([pip, "install", "ninja"])
5454
check_call([pip, "install", "delvewheel"])
5555

0 commit comments

Comments
 (0)