Skip to content
Open
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 @@ -192,7 +192,7 @@ protobuf==5.29.5
# tensorflow
# tensorflow-docs
# typedunits
pyasn1==0.6.2
pyasn1==0.6.3
# via
# pyasn1-modules
# rsa
Expand All @@ -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 @@ -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