-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Freshen-up cirq dependencies (#6616)
- allow latest scipy because quimb>=1.18 works with scipy-1.13 (context in #6543) - allow latest rstcheck - fix dependency specification for tensorflow-docs so it works with `uv pip compile` - Enable the current latest versions of notebook, ipykernel, papermill which are only used for notebook tests - Add temporary specifications for notebook-related transitive dependencies to help pip dependency resolver (should be redundant after #6281) Partially fixes #6464
- Loading branch information
1 parent
e4b6ab2
commit 778e9e9
Showing
5 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ networkx>=2.4 | |
numpy~=1.22 | ||
pandas | ||
sortedcontainers~=2.0 | ||
scipy<1.13.0 | ||
scipy~=1.0 | ||
sympy | ||
typing_extensions>=4.2 | ||
tqdm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ asv | |
qiskit-aer~=0.12.0 | ||
|
||
# For verifying rst | ||
rstcheck~=3.3.1 | ||
rstcheck |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
-r ipython.txt | ||
|
||
# Notebook >=6.4.8 + coverage > 6.2 hangs CI: https://github.com/quantumlib/Cirq/issues/4897 | ||
notebook>=6.4.1,<=6.4.7 | ||
notebook~=7.0 | ||
|
||
# https://github.com/nteract/papermill/issues/519 | ||
ipykernel==5.3.4 | ||
ipykernel~=6.29 | ||
|
||
# for executing notebooks in tests | ||
papermill~=2.3.2 | ||
papermill~=2.6 | ||
|
||
# for notebooks that do `pip install cirq-core[contrib]` | ||
-r ../../../cirq-core/cirq/contrib/requirements.txt | ||
|
||
# assumed to be part of colab | ||
seaborn~=0.12 | ||
|
||
# TODO(#6281) - remove below after the merge of #6281 | ||
jupyterlab~=4.0.13 | ||
jupyterlab-server~=2.24.0 | ||
nbformat~=5.10.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
tensorflow-docs@https://github.com/tensorflow/docs/tarball/3a6a7a3322de8620f0031ae3a0a4b62e40d1d7f2 | ||
tensorflow-docs@https://github.com/tensorflow/docs/archive/3a6a7a3322de8620f0031ae3a0a4b62e40d1d7f2/master.tar.gz |