Skip to content

Commit c16a244

Browse files
BichengYingjselig-rigetti
authored andcommitted
Loosen the scipy condition in requirements.txt (quantumlib#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 quantumlib#6545 and quantumlib#6543
1 parent 0bb17ea commit c16a244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq-core/requirements.txt

Lines changed: 1 addition & 1 deletion
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)