Skip to content

Commit c9e7403

Browse files
committed
Use latest grpcio, to supporting building for arm64 with Python 3.11
Older grpcio versions are available for Python 3.11 on arm64 only as source distributions, so while building on CI, the build container needs to have a C++ compiler. Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 77d5675 commit c9e7403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dependencies = [
2525
"frequenz-api-microgrid >= 0.11.0, < 0.12.0",
2626
"frequenz-channels >= 0.14.0, < 0.15.0",
2727
"google-api-python-client >= 2.71, < 3",
28-
"grpcio >= 1.51.1, < 2",
29-
"grpcio-tools >= 1.51.1, < 2",
28+
"grpcio >= 1.54.2, < 2",
29+
"grpcio-tools >= 1.54.2, < 2",
3030
"networkx >= 2.8, < 4",
3131
"numpy >= 1.24.2, < 2",
3232
"protobuf >= 4.21.6, < 5",

0 commit comments

Comments
 (0)