From a7e6d32b1c1f1f76a3f3182c8a1765f6042421fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 14:57:57 +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.1.1) --- 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 0386ed1..03b078e 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ include_package_data=True, install_requires=[ "pytket ~= 1.22", - "pyquil ~= 3.5", + "pyquil >= 3.5,< 5.0", "typing-extensions ~= 4.2", ], classifiers=[