Skip to content

Commit

Permalink
Merge pull request #229 from InsightSoftwareConsortium/bump-skbuild
Browse files Browse the repository at this point in the history
BUG: Bump skbuild to 0.16.2 to resolve Windows build failures
  • Loading branch information
tbirdso authored Nov 28, 2022
2 parents 53ead79 + 0ffe019 commit 0f5effc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scikit-build==0.8.1
scikit-build==0.16.2
2 changes: 1 addition & 1 deletion scripts/windows_build_module_wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def build_wheels(py_envs=DEFAULT_PY_ENVS, cleanup=True, cmake_options=[]):
if os.path.exists(requirements_file):
check_call([pip, "install", "--upgrade", "-r", requirements_file])
check_call([pip, "install", "cmake"])
check_call([pip, "install", "scikit_build"])
check_call([pip, "install", "scikit_build", "--upgrade"])
check_call([pip, "install", "ninja"])
check_call([pip, "install", "delvewheel"])

Expand Down

0 comments on commit 0f5effc

Please sign in to comment.