Skip to content

Commit

Permalink
Don't force Numpy 2; maintain compatibility with 1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mhucka committed Sep 19, 2024
1 parent 0f52831 commit 9f4b761
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 @@ -4,7 +4,7 @@ attrs>=21.3.0
duet>=0.2.8
matplotlib~=3.0
networkx>=2.4
numpy>=2.0
numpy>=1.25
pandas
sortedcontainers~=2.0
scipy~=1.1
Expand Down

0 comments on commit 9f4b761

Please sign in to comment.