Skip to content

Commit

Permalink
Restrict numpy version to 1.23 (#5968)
Browse files Browse the repository at this point in the history
* Restrict numpy version to 1.23

* Restrict to < 1.24 instead of <= 1.23
  • Loading branch information
tanujkhattar authored Dec 19, 2022
1 parent db33aad commit 30181d4
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.24
pandas
sortedcontainers~=2.0
scipy
Expand Down

0 comments on commit 30181d4

Please sign in to comment.