Skip to content

Commit 2a9657a

Browse files
authored
Bump tensorflow to 2.9.0 (#1678)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent eddae8c commit 2a9657a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

WORKSPACE

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

116116
http_archive(
117117
name = "org_tensorflow",
118-
sha256 = "a1b621ad986f270939d9182a866ac787f7a729d229a931488a7230056580a39e",
119-
strip_prefix = "tensorflow-2.9.0-rc2",
118+
sha256 = "8087cb0c529f04a4bfe480e49925cd64a904ad16d8ec66b98e2aacdfd53c80ff",
119+
strip_prefix = "tensorflow-2.9.0",
120120
urls = [
121-
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.9.0-rc2.tar.gz",
121+
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.9.0.tar.gz",
122122
],
123123
)
124124

tensorflow_io/python/ops/version_ops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# ==============================================================================
1515
"""version_ops"""
1616

17-
version = "0.25.0"
18-
require = "tensorflow>=2.9.0rc2,<2.10.0"
17+
version = "0.26.0"
18+
require = "tensorflow>=2.9.0,<2.10.0"

0 commit comments

Comments
 (0)