Skip to content

Commit

Permalink
Bump to TF 2.10 (#1710)
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Tang <[email protected]>

Signed-off-by: Yong Tang <[email protected]>
  • Loading branch information
yongtang committed Sep 7, 2022
1 parent 9ebd035 commit 0661c67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ of releases [here](https://github.com/tensorflow/io/releases).

| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
| --- | --- | --- |
| 0.27.0 | 2.10.x | Sep 08, 2022 |
| 0.26.0 | 2.9.x | May 17, 2022 |
| 0.25.0 | 2.8.x | Apr 19, 2022 |
| 0.24.0 | 2.8.x | Feb 04, 2022 |
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ pip_install()

http_archive(
name = "org_tensorflow",
sha256 = "cb9b0a73d1748d1b71457631bd4bdc3675792d8d068150d93b73d24e33c8d236",
strip_prefix = "tensorflow-2.10.0-rc3",
sha256 = "b5a1bb04c84b6fe1538377e5a1f649bb5d5f0b2e3625a3c526ff3a8af88633e8",
strip_prefix = "tensorflow-2.10.0",
urls = [
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.10.0-rc3.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.10.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.27.0"
require = "tensorflow>=2.10.0rc3,<2.11.0"
require = "tensorflow>=2.10.0,<2.11.0"

0 comments on commit 0661c67

Please sign in to comment.