Skip to content

Commit d0bea15

Browse files
authored
Bump to TensorFlow 2.13.0 (#1809)
1 parent 3425921 commit d0bea15

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ pip_install()
114114

115115
http_archive(
116116
name = "org_tensorflow",
117-
sha256 = "a782ce36ed009597dccc92c04b88745c9da4600f7adccc133d3c3616e90daa60",
118-
strip_prefix = "tensorflow-2.13.0-rc2",
117+
sha256 = "e58c939079588623e6fa1d054aec2f90f95018266e0a970fd353a5244f5173dc",
118+
strip_prefix = "tensorflow-2.13.0",
119119
urls = [
120-
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.13.0-rc2.tar.gz",
120+
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.13.0.tar.gz",
121121
],
122122
)
123123

tensorflow_io/python/ops/version_ops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"""version_ops"""
1616

1717
version = "0.32.0"
18-
require = "tensorflow>=2.13.0rc2,<2.14.0"
18+
require = "tensorflow>=2.13.0,<2.14.0"

0 commit comments

Comments
 (0)