We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a16b4 commit 3c332c3Copy full SHA for 3c332c3
WORKSPACE
@@ -102,10 +102,10 @@ pip_install()
102
103
http_archive(
104
name = "org_tensorflow",
105
- sha256 = "b43866fe6b7b29f0a66d3a4c7c7addd5ec8f1229a78e6ef83b2ed3d5f3b631f1",
106
- strip_prefix = "tensorflow-2.8.0-rc0",
+ sha256 = "b82f7659754c93ddcabe24390368a6ffd84510e01136be1290e16760e3668176",
+ strip_prefix = "tensorflow-2.8.0-rc1",
107
urls = [
108
- "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.8.0-rc0.tar.gz",
+ "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.8.0-rc1.tar.gz",
109
],
110
)
111
tensorflow_io/python/ops/version_ops.py
@@ -15,4 +15,4 @@
15
"""version_ops"""
16
17
version = "0.24.0"
18
-require = "tensorflow>=2.8.0rc0,<2.9.0"
+require = "tensorflow>=2.8.0rc1,<2.9.0"
0 commit comments