Skip to content

Commit 8940dcc

Browse files
committed
Extend pandas compatibility window to include pandas-2.2
Avoid version conflict with internal software which requires pandas-2.2.*. Fixes b/477048850 Partially reverts #7834
1 parent 9f96ca5 commit 8940dcc

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
@@ -5,7 +5,7 @@ duet>=0.2.8
55
matplotlib~=3.9
66
networkx~=3.4
77
numpy~=2.0
8-
pandas~=2.3
8+
pandas~=2.2
99
sortedcontainers~=2.0
1010
scipy~=1.13
1111
sympy

0 commit comments

Comments
 (0)