Skip to content

Commit 3c332c3

Browse files
authored
Update tensorflow to 2.8.0rc1 (#1619)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent 28a16b4 commit 3c332c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ pip_install()
102102

103103
http_archive(
104104
name = "org_tensorflow",
105-
sha256 = "b43866fe6b7b29f0a66d3a4c7c7addd5ec8f1229a78e6ef83b2ed3d5f3b631f1",
106-
strip_prefix = "tensorflow-2.8.0-rc0",
105+
sha256 = "b82f7659754c93ddcabe24390368a6ffd84510e01136be1290e16760e3668176",
106+
strip_prefix = "tensorflow-2.8.0-rc1",
107107
urls = [
108-
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.8.0-rc0.tar.gz",
108+
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.8.0-rc1.tar.gz",
109109
],
110110
)
111111

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.24.0"
18-
require = "tensorflow>=2.8.0rc0,<2.9.0"
18+
require = "tensorflow>=2.8.0rc1,<2.9.0"

0 commit comments

Comments
 (0)