Skip to content

Commit fee1d37

Browse files
authored
Update Scientific Python dependencies per NEP-29 and SPEC-0 (#7496)
* drop numpy-1.25 per NEP-29 and SPEC-0 * drop scipy-1.11 per SPEC-0 * drop matplotlib-3.7 per SPEC-0 * drop pandas-2.0 per SPEC-0 * drop ipython-8.14 and allow ipython-9 per SPEC-0 Refs: * https://numpy.org/neps/nep-0029-deprecation_policy.html * https://scientific-python.org/specs/spec-0000 Resolves b/392641425
1 parent 07fb131 commit fee1d37

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cirq-core/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
attrs>=21.3.0
44
duet>=0.2.8
5-
matplotlib~=3.7
5+
matplotlib~=3.8
66
networkx~=3.4
7-
numpy>=1.25
8-
pandas~=2.0
7+
numpy>=1.26
8+
pandas~=2.1
99
sortedcontainers~=2.0
10-
scipy~=1.11
10+
scipy~=1.12
1111
sympy
1212
typing_extensions>=4.2
1313
tqdm>=4.12
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ipython~=8.10
1+
ipython>=8.15

0 commit comments

Comments
 (0)