Skip to content

Commit dbec2b0

Browse files
committed
Change to "pinned" for cibuildwheel dependencies
Using 'latest' causes builds to fall prey to unexpected problems like today's build breakage due to Pillow release 11.3.0.
1 parent 4826525 commit dbec2b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[tool.cibuildwheel]
1616
test-extras = "dev"
17-
dependency-versions = "latest"
17+
dependency-versions = "pinned"
1818
# Due to package & module name conflict, temporarily move it away to run tests:
1919
before-test = "mv {package}/qsimcirq /tmp"
2020
test-command = "pytest -s -v {package}/qsimcirq_tests/qsimcirq_test.py && mv /tmp/qsimcirq {package}"

0 commit comments

Comments
 (0)