Skip to content

Commit 2c9cf38

Browse files
authored
Freshen-up cirq dependencies (quantumlib#6616)
- allow latest scipy because quimb>=1.18 works with scipy-1.13 (context in quantumlib#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 quantumlib#6281) Partially fixes quantumlib#6464
1 parent de6a8a2 commit 2c9cf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ networkx>=2.4
77
numpy~=1.22
88
pandas
99
sortedcontainers~=2.0
10-
scipy<1.13.0
10+
scipy~=1.0
1111
sympy
1212
typing_extensions>=4.2
1313
tqdm

0 commit comments

Comments
 (0)