Skip to content

Commit

Permalink
Merge pull request #131 from arcondello/fix/delvewheel-1.4.0
Browse files Browse the repository at this point in the history
Use delvewheel>=1.4.0 to take advantage of the --namespace-pkg flag
  • Loading branch information
arcondello committed Jul 21, 2023
2 parents 409ea31 + fc0d889 commit f0f6949
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ archs = "x86_64 arm64"

[tool.cibuildwheel.windows]
archs = "AMD64"
before-build = "pip install delvewheel"
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"
before-build = "pip install delvewheel>=1.4.0"
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel} --namespace-pkg dwave"
6 changes: 6 additions & 0 deletions releasenotes/notes/develwheel-1.4.0-55ede67315399961.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fixes:
- |
Fix ``ImportError`` being raised on Windows when other ``dwave`` namespace packages
are installed after ``dwave-preprocessing``.
See `#130 <https://github.com/dwavesystems/dwave-preprocessing/issues/130>`_.

0 comments on commit f0f6949

Please sign in to comment.