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 f78483a commit 690de74Copy full SHA for 690de74
WORKSPACE
@@ -25,10 +25,10 @@ http_archive(
25
26
http_archive(
27
name = "org_tensorflow",
28
- sha256 = "c729e56efc945c6df08efe5c9f5b8b89329c7c91b8f40ad2bb3e13900bd4876d",
29
- strip_prefix = "tensorflow-2.16.1",
+ sha256 = "9cc4d5773b8ee910079baaecb4086d0c28939f024dd74b33fc5e64779b6533dc",
+ strip_prefix = "tensorflow-2.17.0",
30
urls = [
31
- "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.16.1.tar.gz",
+ "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.17.0.tar.gz",
32
],
33
)
34
tensorflow_compression_ops/requirements.txt
@@ -1 +1 @@
1
-tensorflow ~= 2.16.0
+tensorflow ~= 2.17.0
0 commit comments