Skip to content

Commit

Permalink
Loosen the scipy condition in requirements.txt (#6549)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
BichengYing authored Apr 4, 2024
1 parent 7792dac commit 9ab6601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirq-core/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9ab6601

Please sign in to comment.