Skip to content

Commit

Permalink
Restrict numpy version to unblock inflight PRs from failing (quantuml…
Browse files Browse the repository at this point in the history
…ib#5853)

* Remove stale TODO

* Restrict numpy version
  • Loading branch information
tanujkhattar authored and rht committed May 1, 2023
1 parent 1056cae commit 374462b
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 @@ -6,7 +6,7 @@ backports.cached_property~=1.0.1; python_version < '3.8'
duet~=0.2.7
matplotlib~=3.0
networkx~=2.4
numpy~=1.16
numpy >= 1.16, < 1.23
pandas
sortedcontainers~=2.0
scipy
Expand Down

0 comments on commit 374462b

Please sign in to comment.