Skip to content

Commit 3ae4ddb

Browse files
authored
Fix broken development environment (#7168)
Problem: setuptools-77 requires packaging>=24.2, but pyquil requires packaging~=23.1. setuptools-77 and packaging-23 do not work together. Solution: Temporarily pin setuptools to 76.x.
1 parent 8cde2ba commit 3ae4ddb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev_tools/requirements/deps/packaging.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
virtualenv
33

44
# for creating packages
5-
setuptools
5+
# TODO (juhas) - remove when pyquil allows packaging-24
6+
setuptools<77
67
wheel
78

89
# for uploading packages to pypi

0 commit comments

Comments
 (0)