From 9f4cf24da83e906611de1170f6386b974975c73a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 03:54:26 +0000 Subject: [PATCH] Bump the python-packages group with 1 update Updates the requirements on [pyquil](https://github.com/rigetti/pyquil) to permit the latest version. - [Release notes](https://github.com/rigetti/pyquil/releases) - [Changelog](https://github.com/rigetti/pyquil/blob/master/CHANGELOG.md) - [Commits](https://github.com/rigetti/pyquil/compare/v3.5.0...v4.3.0) --- updated-dependencies: - dependency-name: pyquil dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6437388..10642d5 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ include_package_data=True, install_requires=[ "pytket ~= 1.23.0rc0", - "pyquil ~= 3.5", + "pyquil >= 3.5,< 5.0", "typing-extensions ~= 4.2", ], classifiers=[