From 9ab660190698fb1ee033e3ed093b1f63b6bdacfe Mon Sep 17 00:00:00 2001 From: Bicheng Ying Date: Thu, 4 Apr 2024 14:34:13 -0700 Subject: [PATCH] Loosen the scipy condition in requirements.txt (#6549) In order to avoid the conflict of requirement specs for packages that need older scipy just require that scipy is pinned to versions before 1.13. For previous context for scipy ~=1.12 see #6545 and #6543 --- cirq-core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cirq-core/requirements.txt b/cirq-core/requirements.txt index 693f37eb933..abde404991c 100644 --- a/cirq-core/requirements.txt +++ b/cirq-core/requirements.txt @@ -7,7 +7,7 @@ networkx>=2.4 numpy~=1.16 pandas sortedcontainers~=2.0 -scipy~=1.12.0 +scipy<1.13.0 sympy typing_extensions>=4.2 tqdm