Skip to content

Commit fe41a6c

Browse files
committed
minor readme updates
1 parent 0f80e68 commit fe41a6c

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ Additionally, a pure python3 wheel is published that includes the `tensorflow_se
6767
**Install Wheels with `pip`**
6868
```sh
6969
# on linux_amd64 python 3.7
70-
pip install https://github.com/emacski/tensorflow-serving-arm-client/releases/download/2.5.1/tensorflow_serving_arm_client-2.5.1-cp37-none-manylinux2014_x86_64.whl
70+
pip install https://github.com/emacski/tensorflow-serving-arm-client/releases/download/2.6.0/tensorflow_serving_arm_client-2.6.0-cp37-none-manylinux2014_x86_64.whl
7171
# on linux_arm64 python 3.7
72-
pip install https://github.com/emacski/tensorflow-serving-arm-client/releases/download/2.5.1/tensorflow_serving_arm_client-2.5.1-cp37-none-manylinux2014_aarch64.whl
72+
pip install https://github.com/emacski/tensorflow-serving-arm-client/releases/download/2.6.0/tensorflow_serving_arm_client-2.6.0-cp37-none-manylinux2014_aarch64.whl
7373
# on linux_arm python 3.7
74-
pip install https://github.com/emacski/tensorflow-serving-arm-client/releases/download/2.5.1/tensorflow_serving_arm_client-2.5.1-cp37-none-manylinux2014_armv7l.whl
74+
pip install https://github.com/emacski/tensorflow-serving-arm-client/releases/download/2.6.0/tensorflow_serving_arm_client-2.6.0-cp37-none-manylinux2014_armv7l.whl
7575
# pure python 3 (will require grpcio and protobuf pypi packages)
76-
pip install https://github.com/emacski/tensorflow-serving-arm-client/releases/download/2.5.1/tensorflow_serving_arm_client-2.5.1-py3-none-any.whl
76+
pip install https://github.com/emacski/tensorflow-serving-arm-client/releases/download/2.6.0/tensorflow_serving_arm_client-2.6.0-py3-none-any.whl
7777
```
7878

7979
**Building Wheels From Source**

cc/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ http_archive(
3030

3131
http_archive(
3232
name = "com_github_grpc_grpc",
33-
sha256 = "bb6de0544adddd54662ba1c314eff974e84c955c39204a4a2b733ccd990354b7",
34-
strip_prefix = "grpc-1.36.3",
35-
urls = ["https://github.com/grpc/grpc/archive/v1.36.3.tar.gz"],
33+
sha256 = "024118069912358e60722a2b7e507e9c3b51eeaeee06e2dd9d95d9c16f6639ec",
34+
strip_prefix = "grpc-1.39.1",
35+
urls = ["https://github.com/grpc/grpc/archive/v1.39.1.tar.gz"],
3636
)
3737

3838
load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")

go/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,52 +23,52 @@ register_clang_cross_toolchains(clang_version = "11")
2323

2424
http_archive(
2525
name = "io_bazel_rules_go",
26-
sha256 = "7904dbecbaffd068651916dce77ff3437679f9d20e1a7956bff43826e7645fcc",
26+
sha256 = "8e968b5fcea1d2d64071872b12737bbb5514524ee5f0a4f54f5920266c261acb",
2727
urls = [
28-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.25.1/rules_go-v0.25.1.tar.gz",
29-
"https://github.com/bazelbuild/rules_go/releases/download/v0.25.1/rules_go-v0.25.1.tar.gz",
28+
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.28.0/rules_go-v0.28.0.zip",
29+
"https://github.com/bazelbuild/rules_go/releases/download/v0.28.0/rules_go-v0.28.0.zip",
3030
],
3131
)
3232

3333
http_archive(
3434
name = "bazel_gazelle",
35-
sha256 = "222e49f034ca7a1d1231422cdb67066b885819885c356673cb1f72f748a3c9d4",
35+
sha256 = "62ca106be173579c0a167deb23358fdfe71ffa1e4cfdddf5582af26520f1c66f",
3636
urls = [
37-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.22.3/bazel-gazelle-v0.22.3.tar.gz",
38-
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.22.3/bazel-gazelle-v0.22.3.tar.gz",
37+
"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.23.0/bazel-gazelle-v0.23.0.tar.gz",
38+
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.23.0/bazel-gazelle-v0.23.0.tar.gz",
3939
],
4040
)
4141

4242
load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")
4343

4444
go_rules_dependencies()
4545

46-
go_register_toolchains(version = "1.16")
46+
go_register_toolchains(version = "1.17")
4747

4848
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
4949

5050
gazelle_dependencies()
5151

5252
go_repository(
5353
name = "org_golang_google_grpc",
54+
commit = "41e044e1c82fcf6a5801d6cbd7ecf952505eecb1", # 1.40.0
5455
importpath = "google.golang.org/grpc",
55-
commit = "f74f0337644653eba7923908a4d7f79a4f3a267b", # 1.36.0
5656
)
5757

5858
# required by google.golang.org/grpc
5959
go_repository(
6060
name = "org_golang_x_net",
6161
importpath = "golang.org/x/net",
62-
sum = "h1:oWX7TPOiFAMXLq8o0ikBYfCJVlRHBcsciT5bXOrH628=",
63-
version = "v0.0.0-20190311183353-d8887717615a",
62+
sum = "h1:LO7XpTYMwTqxjLcGWPijK3vRXg1aWdlNOVOHRq45d7c=",
63+
version = "v0.0.0-20210813160813-60bc85c4be6d",
6464
)
6565

6666
# required by golang.org/x/net
6767
go_repository(
6868
name = "org_golang_x_text",
6969
importpath = "golang.org/x/text",
70-
sum = "h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg=",
71-
version = "v0.3.0",
70+
sum = "h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=",
71+
version = "v0.3.7",
7272
)
7373

7474
http_archive(
@@ -80,9 +80,9 @@ http_archive(
8080

8181
http_archive(
8282
name = "com_github_grpc_grpc",
83-
sha256 = "bb6de0544adddd54662ba1c314eff974e84c955c39204a4a2b733ccd990354b7",
84-
strip_prefix = "grpc-1.36.3",
85-
urls = ["https://github.com/grpc/grpc/archive/v1.36.3.tar.gz"],
83+
sha256 = "024118069912358e60722a2b7e507e9c3b51eeaeee06e2dd9d95d9c16f6639ec",
84+
strip_prefix = "grpc-1.39.1",
85+
urls = ["https://github.com/grpc/grpc/archive/v1.39.1.tar.gz"],
8686
)
8787

8888
load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")

py/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ register_clang_cross_toolchains(clang_version = "11")
2323

2424
http_archive(
2525
name = "rules_python",
26-
sha256 = "48f7e716f4098b85296ad93f5a133baf712968c13fbc2fdf3a6136158fe86eac",
27-
strip_prefix = "rules_python-0.1.0",
28-
urls = ["https://github.com/bazelbuild/rules_python/archive/0.1.0.tar.gz"],
26+
sha256 = "4feecd37ec6e9941a455a19e7392bed65003eab0aa6ea347ca431bce2640e530",
27+
strip_prefix = "rules_python-0.3.0",
28+
urls = ["https://github.com/bazelbuild/rules_python/archive/0.3.0.tar.gz"],
2929
)
3030

3131
http_archive(
@@ -37,9 +37,9 @@ http_archive(
3737

3838
http_archive(
3939
name = "com_github_grpc_grpc",
40-
sha256 = "bb6de0544adddd54662ba1c314eff974e84c955c39204a4a2b733ccd990354b7",
41-
strip_prefix = "grpc-1.36.3",
42-
urls = ["https://github.com/grpc/grpc/archive/v1.36.3.tar.gz"],
40+
sha256 = "024118069912358e60722a2b7e507e9c3b51eeaeee06e2dd9d95d9c16f6639ec",
41+
strip_prefix = "grpc-1.39.1",
42+
urls = ["https://github.com/grpc/grpc/archive/v1.39.1.tar.gz"],
4343
)
4444

4545
load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")

0 commit comments

Comments
 (0)