@@ -4,11 +4,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44
55http_archive (
66 name = "icu" ,
7- strip_prefix = "icu-release-64-2 " ,
8- sha256 = "dfc62618aa4bd3ca14a3df548cd65fe393155edd213e49c39f3a30ccd618fc27 " ,
7+ strip_prefix = "icu-release-75-1 " ,
8+ sha256 = "1d2b0b169c9b5b29a3b5b3a3d242c0c7a8b9e6f3d9b0f4a4be8f75720b00b89e " ,
99 urls = [
10- "https://storage.googleapis.com/mirror.tensorflow.org/github.com/unicode-org/icu/archive/release-64-2 .zip" ,
11- "https://github.com/unicode-org/icu/archive/release-64-2 .zip" ,
10+ "https://storage.googleapis.com/mirror.tensorflow.org/github.com/unicode-org/icu/archive/refs/tags/ release-75-1 .zip" ,
11+ "https://github.com/unicode-org/icu/archive/refs/tags/ release-75-1 .zip" ,
1212 ],
1313 build_file = "//third_party/icu:BUILD.bzl" ,
1414 patches = ["//third_party/icu:udata.patch" ],
@@ -101,13 +101,6 @@ py_deps_profile(
101101 name = "release_or_nightly" ,
102102 requirements_in = "//oss_scripts/pip_package:requirements.in" ,
103103 pip_repo_name = "pypi" ,
104- deps_map = {
105- "tensorflow" : ["tf-nightly" , "tf_header_lib" , "libtensorflow_framework" ],
106- "tf-keras" : ["tf-keras-nightly" ]
107- },
108- switch = {
109- "IS_NIGHTLY" : "nightly"
110- }
111104)
112105
113106load ("@org_tensorflow//third_party/py:python_init_repositories.bzl" , "python_init_repositories" )
0 commit comments