Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ wheel==0.46.2
yapf==0.43.0
pylint==3.3.3
nbformat==5.1.3
nbclient==0.6.5
nbclient==0.10.4
tensorflow-docs
clang-format~=18.1.0
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jupyter-client==8.8.0
jupyter-core==5.9.1
# via
# jupyter-client
# nbclient
# nbformat
keras==3.12.0
# via tensorflow
Expand Down Expand Up @@ -130,15 +131,13 @@ mpmath==1.3.0
# via sympy
namex==0.1.0
# via keras
nbclient==0.6.5
nbclient==0.10.4
# via -r requirements.in
nbformat==5.1.3
# via
# -r requirements.in
# nbclient
# tensorflow-docs
nest-asyncio==1.6.0
# via nbclient
networkx==3.2.1
# via cirq-core
numpy==2.0.2
Expand Down Expand Up @@ -217,6 +216,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 @@ -241,10 +242,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 @@ -317,4 +314,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