Skip to content

Commit cc5f9ad

Browse files
authored
Upgrade TensorFlow to 2.3.1 (#122)
1 parent 1d35c17 commit cc5f9ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tensorflow-core/tensorflow-core-api/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ http_archive(
1616
patch_args = ["-p1"],
1717
patch_cmds = ["grep -rl 'java_package' tensorflow/core | xargs sed -i.bak 's/^\(.* java_package = \"org\.tensorflow\.\)\(.*\"\)/\\1proto.\\2'/"],
1818
urls = [
19-
"https://github.com/tensorflow/tensorflow/archive/v2.3.0.tar.gz",
19+
"https://github.com/tensorflow/tensorflow/archive/v2.3.1.tar.gz",
2020
],
21-
sha256 = "2595a5c401521f20a2734c4e5d54120996f8391f00bb62a57267d930bce95350",
22-
strip_prefix = "tensorflow-2.3.0"
21+
sha256 = "ee534dd31a811f7a759453567257d1e643f216d8d55a25c32d2fbfff8153a1ac",
22+
strip_prefix = "tensorflow-2.3.1"
2323
)
2424

2525
# START: Upstream TensorFlow dependencies

0 commit comments

Comments
 (0)