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 @@ -25,7 +25,7 @@ scipy<1.16
sympy==1.14
tensorflow>=2.18,<2.19
tf-keras~=2.18.0
wheel==0.46.2
wheel==0.47.0

# TODO: the next ones are not truly core requirements. A better place should be
# found for them (long with others needed by scripts/*). They're here as a
Expand Down
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 @@ -305,7 +303,7 @@ urllib3==2.6.3
# via requests
werkzeug==3.1.5
# via tensorboard
wheel==0.46.2
wheel==0.47.0
# via
# -r requirements.in
# astunparse
Expand All @@ -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