From 5a199b36a1c11c595c10970fd473488dc68684eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 05:19:01 +0000 Subject: [PATCH] Update cirq requirement from <1.3.0,>=1.0.0 to >=1.0.0,<1.4.0 Updates the requirements on [cirq](https://github.com/quantumlib/cirq) to permit the latest version. - [Release notes](https://github.com/quantumlib/cirq/releases) - [Changelog](https://github.com/quantumlib/Cirq/blob/main/release.md) - [Commits](https://github.com/quantumlib/cirq/compare/v1.0.0...v1.3.0) --- updated-dependencies: - dependency-name: cirq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66da07439d..d3963e46ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy>=1.22.0 scipy>=1.5.0,<=1.11.3 -cirq>=1.0.0,<1.3.0 +cirq>=1.0.0,<1.4.0 tabulate