Skip to content

Commit e2928bf

Browse files
authored
fix: allow installation of pyquil and packaging-24.2 (#1823)
* Allow installation of pyquil and packaging-24.2 Problem: setuptools-77 requires packaging>=24.2. Installation of pyquil downgrades packaging to packaging-23 which breaks pre-installed setuptools. Solution: Let packaging-24 and pyquil coexist in a Python environment. * Refresh the poetry.lock file Executed poetry lock --no-update
1 parent 4f59067 commit e2928bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rpcq = "^3.11.0"
2626
networkx = ">=2.5"
2727
qcs-sdk-python = ">=0.20.1"
2828
quil = ">=0.15.3"
29-
packaging = "^23.1"
29+
packaging = ">=23.1"
3030
deprecated = "^1.2.14"
3131
types-deprecated = "^1.2.9.3"
3232

0 commit comments

Comments
 (0)