Skip to content

Commit 4339768

Browse files
committed
Pin python dependencies and update lock files
1 parent bbb7d5d commit 4339768

File tree

7 files changed

+1061
-306
lines changed

7 files changed

+1061
-306
lines changed

ci/official/requirements_updater/requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ auditwheel >= 6.1.0
1818
# Note that here we want the latest version that matches TF major.minor version
1919
# Note that we must use nightly here as these are used in nightly jobs
2020
# For release jobs, we will pin these on the release branch
21-
keras-nightly ~= 3.0.0.dev
22-
tb-nightly ~= 2.20.0.a
21+
keras ~= 3.5.0
22+
tensorboard ~= 2.20.0
2323
# For new protobuf, if V.x.y is gencode version, then runtime version U must be
2424
# V <= U <= V+1
2525
# More info at https://protobuf.dev/support/cross-version-runtime-guarantee/

requirements_lock_3_10.txt

Lines changed: 210 additions & 56 deletions
Large diffs are not rendered by default.

requirements_lock_3_11.txt

Lines changed: 212 additions & 57 deletions
Large diffs are not rendered by default.

requirements_lock_3_12.txt

Lines changed: 212 additions & 57 deletions
Large diffs are not rendered by default.

requirements_lock_3_13.txt

Lines changed: 214 additions & 59 deletions
Large diffs are not rendered by default.

requirements_lock_3_9.txt

Lines changed: 209 additions & 73 deletions
Large diffs are not rendered by default.

tensorflow/tools/pip_package/setup.py.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ REQUIRED_PACKAGES = [
107107
# dependencies on the release branch is updated to the stable releases (RC
108108
# or final). For example, 'keras-nightly ~= 2.14.0.dev' will be replaced by
109109
# 'keras >= 2.14.0rc0, < 2.15' on the release branch after the branch cut.
110-
'tb-nightly ~= 2.19.0.a',
111-
'keras-nightly >= 3.6.0.dev',
110+
'tensorboard ~= 2.20.0',
111+
'keras >= 3.5.0',
112112
'numpy >= 1.26.0',
113113
'h5py >= 3.11.0',
114114
'ml_dtypes >= 0.5.1, < 1.0.0',

0 commit comments

Comments
 (0)