Skip to content

Commit 690de74

Browse files
Johannes Ballécopybara-github
Johannes Ballé
authored andcommitted
Prepares for TFC-ops v2.17.0.
PiperOrigin-RevId: 660465276 Change-Id: Ibe320c1f927a3cf60d2ad3a2b7b19ce89a3172da
1 parent f78483a commit 690de74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ http_archive(
2525

2626
http_archive(
2727
name = "org_tensorflow",
28-
sha256 = "c729e56efc945c6df08efe5c9f5b8b89329c7c91b8f40ad2bb3e13900bd4876d",
29-
strip_prefix = "tensorflow-2.16.1",
28+
sha256 = "9cc4d5773b8ee910079baaecb4086d0c28939f024dd74b33fc5e64779b6533dc",
29+
strip_prefix = "tensorflow-2.17.0",
3030
urls = [
31-
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.16.1.tar.gz",
31+
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.17.0.tar.gz",
3232
],
3333
)
3434

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tensorflow ~= 2.16.0
1+
tensorflow ~= 2.17.0

0 commit comments

Comments
 (0)