Skip to content

Commit 41d05c2

Browse files
committed
upgrade tensorflow-aarch64 version to v2.9.1
1 parent c9001d8 commit 41d05c2

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

cmd/metricscollector/v1beta1/tfevent-metricscollector/requirements.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@ psutil==5.8.0
22
rfc3339>=6.2
33
grpcio==1.41.1
44
googleapis-common-protos==1.6.0
5-
# TODO (tenzen-y): We need to delete the line to install protobuf after tensorflow-aarch64 v2.9.1, or higher has been released.
6-
# To avoid the `If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.` error,
7-
# we must restrict the protobuf version.
8-
protobuf >= 3.9.2, < 3.20; platform_machine=="aarch64"
95
tensorflow==2.9.1; platform_machine=="x86_64"
10-
tensorflow-aarch64==2.9.0; platform_machine=="aarch64"
6+
tensorflow-aarch64==2.9.1; platform_machine=="aarch64"
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
grpcio==1.41.1
22
googleapis-common-protos==1.6.0
33
cython>=0.29.24
4-
# TODO (tenzen-y): We need to delete the line to install protobuf after tensorflow-aarch64 v2.9.1, or higher has been released.
5-
# To avoid the `If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.` error,
6-
# we must restrict the protobuf version.
7-
protobuf >= 3.9.2, < 3.20; platform_machine=="aarch64"
84
tensorflow==2.9.1; platform_machine=="x86_64"
9-
tensorflow-aarch64==2.9.0; platform_machine=="aarch64"
5+
tensorflow-aarch64==2.9.1; platform_machine=="aarch64"

0 commit comments

Comments
 (0)