Skip to content

Commit

Permalink
Bump to TensorFlow 2.13.0 (#1809)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang authored Jul 10, 2023
1 parent 3425921 commit d0bea15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ pip_install()

http_archive(
name = "org_tensorflow",
sha256 = "a782ce36ed009597dccc92c04b88745c9da4600f7adccc133d3c3616e90daa60",
strip_prefix = "tensorflow-2.13.0-rc2",
sha256 = "e58c939079588623e6fa1d054aec2f90f95018266e0a970fd353a5244f5173dc",
strip_prefix = "tensorflow-2.13.0",
urls = [
"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",
],
)

Expand Down
2 changes: 1 addition & 1 deletion tensorflow_io/python/ops/version_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""version_ops"""

version = "0.32.0"
require = "tensorflow>=2.13.0rc2,<2.14.0"
require = "tensorflow>=2.13.0,<2.14.0"

0 comments on commit d0bea15

Please sign in to comment.