Skip to content

Commit

Permalink
Update scientific Python core dependencies per NEP-29 and SPEC-0 (#6975)
Browse files Browse the repository at this point in the history
* Drop numpy-1.24 per NEP-29 and SPEC-0

* Drop scipy-1.10 per SPEC-0

* Drop matplotlib-3.6 per SPEC-0

* Drop pandas-1 per SPEC-0

* Drop networkx-3.0 per SPEC-0

* Drop ipython-8.9 per SPEC-0
  • Loading branch information
pavoljuhas authored Jan 27, 2025
1 parent 0f21e0a commit 79d562a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions cirq-core/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

attrs>=21.3.0
duet>=0.2.8
matplotlib~=3.0
networkx>=2.4
numpy>=1.24
pandas
matplotlib~=3.7
networkx~=3.1
numpy>=1.25
pandas~=2.0
sortedcontainers~=2.0
scipy~=1.8
scipy~=1.11
sympy
typing_extensions>=4.2
tqdm
2 changes: 1 addition & 1 deletion dev_tools/requirements/deps/ipython.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ipython>=7.34.0
ipython~=8.10

0 comments on commit 79d562a

Please sign in to comment.