Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ python-dateutil==2.9.0.post0
# pandas
pytz==2025.2
# via pandas
pyyaml==6.0.3
# via tensorflow-docs
pyzmq==27.1.0
# via jupyter-client
referencing==0.37.0
Expand All @@ -239,10 +241,6 @@ scipy==1.15.3
# cirq-core
# jax
# jaxlib
setuptools==75.0.0
# via
# tensorboard
# tensorflow
six==1.17.0
# via
# astunparse
Expand Down Expand Up @@ -278,7 +276,7 @@ tomli==2.4.0
# yapf
tomlkit==0.14.0
# via pylint
tornado==6.5.4
tornado==6.5.5
# via jupyter-client
tqdm==4.67.1
# via cirq-core
Expand Down Expand Up @@ -315,4 +313,7 @@ yapf==0.43.0
# via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
# pyyaml
setuptools==75.0.0
# via
# tensorboard
# tensorflow
Loading