Skip to content

Commit 30181d4

Browse files
authored
Restrict numpy version to 1.23 (#5968)
* Restrict numpy version to 1.23 * Restrict to < 1.24 instead of <= 1.23
1 parent db33aad commit 30181d4

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
@@ -6,7 +6,7 @@ backports.cached_property~=1.0.1; python_version < '3.8'
66
duet~=0.2.7
77
matplotlib~=3.0
88
networkx~=2.4
9-
numpy~=1.16
9+
numpy>=1.16,<1.24
1010
pandas
1111
sortedcontainers~=2.0
1212
scipy

0 commit comments

Comments
 (0)