Skip to content

Commit eb66166

Browse files
committed
Upgrade for TensorFlow 2.5.0-rc3
1 parent cc64908 commit eb66166

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tensorflow-core/tensorflow-core-api/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ http_archive(
1717
patch_args = ["-p1"],
1818
patch_cmds = ["grep -rl 'java_package' tensorflow/core | xargs sed -i.bak 's/^\(.* java_package = \"org\.tensorflow\.\)\(.*\"\)/\\1proto.\\2'/"],
1919
urls = [
20-
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.5.0-rc2.tar.gz",
20+
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.5.0-rc3.tar.gz",
2121
],
22-
sha256 = "9d42f759f859a98d760216be5c1660772d8e4905a0b681b010bc6159e6647fb5",
23-
strip_prefix = "tensorflow-2.5.0-rc2"
22+
sha256 = "2f6dd9828f437603d760d6c9fae839f079ac563edea902e326a30a5280e2a8d9",
23+
strip_prefix = "tensorflow-2.5.0-rc3"
2424
)
2525

2626
# START: Upstream TensorFlow dependencies

0 commit comments

Comments
 (0)