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 .github/requirements/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
firebase-admin
pyyaml
tclint==0.7.0
tclint==0.9.0
yamlfix==1.19.1
1,344 changes: 738 additions & 606 deletions .github/requirements/requirements_lock.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx-external-toc==0.3.1
sphinx-external-toc==1.1.0
sphinx
sphinx-autobuild
myst-parser
Expand Down
652 changes: 391 additions & 261 deletions docs/requirements_lock.txt

Large diffs are not rendered by default.

1,321 changes: 690 additions & 631 deletions etc/requirements-common_lock.txt

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions etc/requirements-pip_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# To update: pick a version, then take both hashes from
# https://pypi.org/pypi/pip/<version>/json
#
pip==25.2 \
--hash=sha256:578283f006390f85bb6282dffb876454593d637f5d1be494b5202ce4877e71f2 \
--hash=sha256:6d67a2b4e7f14d8b31b8b52648866fa717f45a1eb70e83002f4331d07e953717
pip==26.2.1 \
--hash=sha256:71138adf1f4ca900cdb7d289c21b7494329f2332b6d85f0e1c42108c0384ed3e \
--hash=sha256:f6ad667e89a1fe78046c8f13232b247200f5258d7828f3f7883d660878e0813f
4 changes: 2 additions & 2 deletions flow/util/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
matplotlib==3.10.0
PyYAML==6.0.2
matplotlib==3.11.1
PyYAML==6.0.3
958 changes: 548 additions & 410 deletions flow/util/requirements_lock.txt

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions tools/AutoTuner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ray[default,tune]==2.43.0
ax-platform>=0.3.3,<=0.3.7
hyperopt==0.2.7
optuna==3.6.0
pandas>=2.0,<=2.2.1
bayesian-optimization==1.4.0
ray[default,tune]==2.58.0
ax-platform<=1.2.1,>=1.2.1
hyperopt==0.3.0
optuna==4.9.0
pandas<=2.3.3,>=2.3.3
bayesian-optimization==3.3.0
colorama==0.4.6
tensorboard>=2.17.0
protobuf>=5.26.1
SQLAlchemy==1.4.17
tensorboard>=2.21.0
protobuf>=7.36.0
SQLAlchemy==2.0.52
urllib3>=2.7.0
matplotlib==3.10.0
pyyaml==6.0.1
matplotlib==3.10.9
pyyaml==6.0.3
Loading