@@ -6,11 +6,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
6
6
http_archive (
7
7
name = "zlib" ,
8
8
build_file = "//third_party:zlib.BUILD" ,
9
- sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 " ,
10
- strip_prefix = "zlib-1.2.11 " ,
9
+ sha256 = "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9 " ,
10
+ strip_prefix = "zlib-1.2.12 " ,
11
11
urls = [
12
- "https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.11 .tar.gz" ,
13
- "https://zlib.net/zlib-1.2.11 .tar.gz" ,
12
+ "https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.12 .tar.gz" ,
13
+ "https://zlib.net/zlib-1.2.12 .tar.gz" ,
14
14
],
15
15
)
16
16
@@ -114,10 +114,10 @@ pip_install()
114
114
115
115
http_archive (
116
116
name = "org_tensorflow" ,
117
- sha256 = "66b953ae7fba61fd78969a2e24e350b26ec116cf2e6a7eb93d02c63939c6f9f7 " ,
118
- strip_prefix = "tensorflow-2.8.0 " ,
117
+ sha256 = "a1b621ad986f270939d9182a866ac787f7a729d229a931488a7230056580a39e " ,
118
+ strip_prefix = "tensorflow-2.9.0-rc2 " ,
119
119
urls = [
120
- "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.8.0 .tar.gz" ,
120
+ "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.9.0-rc2 .tar.gz" ,
121
121
],
122
122
)
123
123
0 commit comments