File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
ci/official/requirements_updater
tensorflow/tools/pip_package Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ opt_einsum == 3.3.0
77astunparse == 1.6.3
88dill == 0.3.7
99astor == 0.7.1
10- typing_extensions == 4.8.0
10+ typing_extensions ~= 4.14.1
1111gast == 0.4.0
1212termcolor == 2.3.0
1313wrapt == 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/
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ opt_einsum == 3.3.0
77astunparse == 1.6.3
88dill == 0.3.7
99astor == 0.7.1
10- typing_extensions == 4.8.0
10+ typing_extensions ~= 4.14.1
1111gast == 0.4.0
1212termcolor == 2.3.0
1313wrapt == 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
2222tensorboard ~= 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
3131scipy >= 1.13.0, < 1.15.0
3232requests >= 2.31.0
3333packaging==23.2
34- setuptools==70.0.0
34+ setuptools==78.1.1
3535jax==0.4.7
3636zstandard==0.23.0
3737# NVIDIA CUDA dependencies
Original file line number Diff line number Diff 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',
You can’t perform that action at this time.
0 commit comments