Skip to content

Commit 9ab6601

Browse files
authored
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
1 parent 7792dac commit 9ab6601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq-core/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ networkx>=2.4
77
numpy~=1.16
88
pandas
99
sortedcontainers~=2.0
10-
scipy~=1.12.0
10+
scipy<1.13.0
1111
sympy
1212
typing_extensions>=4.2
1313
tqdm

0 commit comments

Comments
 (0)