Skip to content

Commit

Permalink
Freshen-up cirq dependencies (quantumlib#6616)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
pavoljuhas authored May 29, 2024
1 parent de6a8a2 commit 2c9cf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2c9cf38

Please sign in to comment.