From 2822c5f34013d7efcd0f2c3d0e08d086754ef865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:10:13 +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. Updates `pyquil` to 4.1.1 - [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 0ecede0..58b77ad 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ include_package_data=True, install_requires=[ "pytket ~= 1.23", - "pyquil ~= 3.5", + "pyquil >= 3.5,< 5.0", "typing-extensions ~= 4.2", ], classifiers=[