Skip to content

Commit 921aaaf

Browse files
Update ICU version
PiperOrigin-RevId: 822813535
1 parent aa839b1 commit 921aaaf

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

55
http_archive(
66
name = "icu",
7-
strip_prefix = "icu-release-64-2",
8-
sha256 = "dfc62618aa4bd3ca14a3df548cd65fe393155edd213e49c39f3a30ccd618fc27",
7+
strip_prefix = "icu-release-77-1",
8+
sha256 = "e424ba5282d95ad38b52639a08fb82164f0b0cbd7f17b53ae16bf14f8541855f",
99
urls = [
10-
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/unicode-org/icu/archive/release-64-2.zip",
11-
"https://github.com/unicode-org/icu/archive/release-64-2.zip",
10+
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/unicode-org/icu/archive/release-77-1.zip",
11+
"https://github.com/unicode-org/icu/archive/release-77-1.zip",
1212
],
1313
build_file = "//third_party/icu:BUILD.bzl",
1414
patches = ["//third_party/icu:udata.patch"],
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
setuptools==70.0.0
22
dm-tree==0.1.8 # Limit for macos support.
33
numpy
4-
protobuf==4.25.3 # b/397977335 - Fix crash on python 3.9, 3.10.
5-
tensorflow
4+
tensorflow==2.20
65
tf-keras
76
tensorflow-datasets
87
tensorflow-metadata

oss_scripts/pip_package/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ def finalize_options(self):
8888
distclass=BinaryDistribution,
8989
install_requires=[
9090
(
91-
'tensorflow>=2.18.0, <2.19',
91+
'tensorflow==2.20',
9292
),
9393
],
9494
extras_require={
9595
'tensorflow_cpu': [
96-
'tensorflow-cpu>=2.18.0, <2.19',
96+
'tensorflow-cpu==2.20',
9797
],
9898
'tests': [
9999
'absl-py',

0 commit comments

Comments
 (0)