Skip to content

Commit 6652989

Browse files
authored
Bump to 2.9.0rc2 (#1675)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent 9a885fb commit 6652989

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.1
1+
5.0.0

WORKSPACE

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
66
http_archive(
77
name = "zlib",
88
build_file = "//third_party:zlib.BUILD",
9-
sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1",
10-
strip_prefix = "zlib-1.2.11",
9+
sha256 = "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9",
10+
strip_prefix = "zlib-1.2.12",
1111
urls = [
12-
"https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.11.tar.gz",
13-
"https://zlib.net/zlib-1.2.11.tar.gz",
12+
"https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.12.tar.gz",
13+
"https://zlib.net/zlib-1.2.12.tar.gz",
1414
],
1515
)
1616

@@ -114,10 +114,10 @@ pip_install()
114114

115115
http_archive(
116116
name = "org_tensorflow",
117-
sha256 = "66b953ae7fba61fd78969a2e24e350b26ec116cf2e6a7eb93d02c63939c6f9f7",
118-
strip_prefix = "tensorflow-2.8.0",
117+
sha256 = "a1b621ad986f270939d9182a866ac787f7a729d229a931488a7230056580a39e",
118+
strip_prefix = "tensorflow-2.9.0-rc2",
119119
urls = [
120-
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.8.0.tar.gz",
120+
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.9.0-rc2.tar.gz",
121121
],
122122
)
123123

tensorflow_io/python/ops/version_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"""version_ops"""
1616

1717
version = "0.25.0"
18-
require = "tensorflow>=2.8.0,<2.9.0"
18+
require = "tensorflow>=2.9.0rc2,<2.10.0"

0 commit comments

Comments
 (0)