Skip to content

Commit 7ab75a3

Browse files
committed
Don't force Numpy 2; maintain compatibility with 1
The recent changes support NumPy 2 (as long as cirq-rigetti is removed manually), but they don't require NumPy 2. We can maintain compatibility with Numpy 1.x.
1 parent b38721f commit 7ab75a3

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
@@ -4,7 +4,7 @@ attrs>=21.3.0
44
duet>=0.2.8
55
matplotlib~=3.0
66
networkx>=2.4
7-
numpy>=2.0
7+
numpy>=1.25
88
pandas
99
sortedcontainers~=2.0
1010
scipy~=1.1

0 commit comments

Comments
 (0)