Skip to content

Commit 5c23169

Browse files
authored
Update Scientific Python dependencies per NEP-29 and SPEC-0 (#7834)
* drop scipy-1.12 per SPEC-0 * drop pandas-2.2 per SPEC-0 * drop ipython-8.20 and allow ipython-9 per SPEC-0 No changes needed for NEP-29. Refs: * https://numpy.org/neps/nep-0029-deprecation_policy.html * https://scientific-python.org/specs/spec-0000 Resolves b/448132744
1 parent 9aea3ba commit 5c23169

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cirq-core/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ duet>=0.2.8
55
matplotlib~=3.9
66
networkx~=3.4
77
numpy~=2.0
8-
pandas~=2.2
8+
pandas~=2.3
99
sortedcontainers~=2.0
10-
scipy~=1.12
10+
scipy~=1.13
1111
sympy
1212
tqdm>=4.12
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ipython>=8.17
1+
ipython>=8.21,<10.0dev

0 commit comments

Comments
 (0)