Skip to content

Commit ab324e9

Browse files
committed
Update to released version of TensorFlow 2.0.0
1 parent 13cfed2 commit ab324e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tensorflow-core/tensorflow-core-api/WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ http_archive(
1313
patches = [":tensorflow-windows.patch"],
1414
patch_args = ["-p1"],
1515
urls = [
16-
"https://mirror.bazel.build/github.com/tensorflow/tensorflow/archive/v2.0.0-rc2.tar.gz",
17-
"https://github.com/tensorflow/tensorflow/archive/v2.0.0-rc2.tar.gz",
16+
"https://mirror.bazel.build/github.com/tensorflow/tensorflow/archive/v2.0.0.tar.gz",
17+
"https://github.com/tensorflow/tensorflow/archive/v2.0.0.tar.gz",
1818
],
19-
sha256 = "43aa85a62a4cc20d19e0423e17fcc85e58e39ed68b362a53b4a90a50a6707024",
20-
strip_prefix = "tensorflow-2.0.0-rc2"
19+
sha256 = "49b5f0495cd681cbcb5296a4476853d4aea19a43bdd9f179c928a977308a0617",
20+
strip_prefix = "tensorflow-2.0.0"
2121
)
2222

2323
# START: Upstream TensorFlow dependencies

0 commit comments

Comments
 (0)