Skip to content

Commit 89106da

Browse files
committed
Update keras in requirements.in and setup.py.tpl
1 parent ea85f43 commit 89106da

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ci/official/requirements_updater/numpy1_requirements/requirements.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ opt_einsum == 3.3.0
77
astunparse == 1.6.3
88
dill == 0.3.7
99
astor == 0.7.1
10-
typing_extensions == 4.8.0
10+
typing_extensions ~= 4.14.1
1111
gast == 0.4.0
1212
termcolor == 2.3.0
1313
wrapt == 1.16.0
@@ -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.10.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/

ci/official/requirements_updater/requirements.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ opt_einsum == 3.3.0
77
astunparse == 1.6.3
88
dill == 0.3.7
99
astor == 0.7.1
10-
typing_extensions == 4.8.0
10+
typing_extensions ~= 4.14.1
1111
gast == 0.4.0
1212
termcolor == 2.3.0
1313
wrapt == 1.16.0
@@ -18,7 +18,7 @@ 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 ~= 3.5.0
21+
keras ~= 3.10.0
2222
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
@@ -31,7 +31,7 @@ portpicker == 1.6.0
3131
scipy >= 1.13.0, < 1.15.0
3232
requests >= 2.31.0
3333
packaging==23.2
34-
setuptools==70.0.0
34+
setuptools==78.1.1
3535
jax==0.4.7
3636
zstandard==0.23.0
3737
# NVIDIA CUDA dependencies

tensorflow/tools/pip_package/setup.py.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ REQUIRED_PACKAGES = [
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.
110110
'tensorboard ~= 2.20.0',
111-
'keras >= 3.5.0',
111+
'keras >= 3.10.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)