Skip to content

Commit d8e73d7

Browse files
authored
Unpin upper bound on setuptools requirement (#7359)
This was added as a workaround in #7168, but the problem appears to be fixed upstream in pyquil.
1 parent 0f174c1 commit d8e73d7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dev_tools/requirements/deps/packaging.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
virtualenv
33

44
# for creating packages
5-
# TODO (juhas) - remove when pyquil allows packaging-24
6-
setuptools>=70,<77
5+
setuptools>=70
76
wheel
87

98
# for uploading packages to pypi

0 commit comments

Comments
 (0)