File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2
2
3
3
http_archive (
4
4
name = "platforms" ,
5
+ sha256 = "29742e87275809b5e598dc2f04d86960cc7a55b3067d97221c9abbc9926bff0f" ,
5
6
urls = [
6
- "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.6 /platforms-0.0.6 .tar.gz" ,
7
- "https://github.com/bazelbuild/platforms/releases/download/0.0.6 /platforms-0.0.6 .tar.gz" ,
7
+ "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.11 /platforms-0.0.11 .tar.gz" ,
8
+ "https://github.com/bazelbuild/platforms/releases/download/0.0.11 /platforms-0.0.11 .tar.gz" ,
8
9
],
9
- sha256 = "5308fc1d8865406a49427ba24a9ab53087f17f5266a7aabbfc28823f3916e1ca" ,
10
10
)
11
11
12
12
http_archive (
@@ -20,11 +20,9 @@ http_archive(
20
20
# https://github.com/tensorflow/quantum
21
21
http_archive (
22
22
name = "org_tensorflow" ,
23
- sha256 = "e52cda3bae45f0ae0fccd4055e9fa29892b414f70e2df94df9a3a10319c75fff" ,
24
- strip_prefix = "tensorflow-2.11.0" ,
25
- urls = [
26
- "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.11.0.zip" ,
27
- ],
23
+ sha256 = "447cdb65c80c86d6c6cf1388684f157612392723eaea832e6392d219098b49de" ,
24
+ strip_prefix = "tensorflow-2.13.0" ,
25
+ url = "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.13.0.zip" ,
28
26
)
29
27
30
28
load ("@org_tensorflow//tensorflow:workspace3.bzl" , "workspace" )
You can’t perform that action at this time.
0 commit comments