We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3425921 commit d0bea15Copy full SHA for d0bea15
WORKSPACE
@@ -114,10 +114,10 @@ pip_install()
114
115
http_archive(
116
name = "org_tensorflow",
117
- sha256 = "a782ce36ed009597dccc92c04b88745c9da4600f7adccc133d3c3616e90daa60",
118
- strip_prefix = "tensorflow-2.13.0-rc2",
+ sha256 = "e58c939079588623e6fa1d054aec2f90f95018266e0a970fd353a5244f5173dc",
+ strip_prefix = "tensorflow-2.13.0",
119
urls = [
120
- "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.13.0-rc2.tar.gz",
+ "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.13.0.tar.gz",
121
],
122
)
123
tensorflow_io/python/ops/version_ops.py
@@ -15,4 +15,4 @@
15
"""version_ops"""
16
17
version = "0.32.0"
18
-require = "tensorflow>=2.13.0rc2,<2.14.0"
+require = "tensorflow>=2.13.0,<2.14.0"
0 commit comments