File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tensorflow-core/tensorflow-core-api Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ http_archive(
13
13
patches = [":tensorflow-windows.patch" ],
14
14
patch_args = ["-p1" ],
15
15
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" ,
18
18
],
19
- sha256 = "43aa85a62a4cc20d19e0423e17fcc85e58e39ed68b362a53b4a90a50a6707024 " ,
20
- strip_prefix = "tensorflow-2.0.0-rc2 "
19
+ sha256 = "49b5f0495cd681cbcb5296a4476853d4aea19a43bdd9f179c928a977308a0617 " ,
20
+ strip_prefix = "tensorflow-2.0.0"
21
21
)
22
22
23
23
# START: Upstream TensorFlow dependencies
You can’t perform that action at this time.
0 commit comments