Skip to content

Commit 2dd1758

Browse files
committed
Update dependencies to support Python 3.11
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 2447a31 commit 2dd1758

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

minimum-requirements-ci.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# CI must ensure these dependency versions are supported
22
frequenz-api-microgrid==0.11.0
33
frequenz-channels==0.11.0
4-
google-api-python-client==2.15
5-
grpcio==1.47
6-
grpcio-tools==1.47
4+
google-api-python-client==2.71
5+
grpcio==1.51.1
6+
grpcio-tools==1.51.1
77
networkx==2.8
8-
pandas==1.3.5
9-
protobuf==3.20.2
10-
pyarrow==6.0.0
8+
pandas==1.5.2
9+
protobuf==4.21.12
10+
pyarrow==10.0.1
1111
pydantic==1.9.0
1212
sympy==1.10.1
1313
toml==0.10

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ requires-python = ">= 3.8, < 4"
2727
dependencies = [
2828
"frequenz-api-microgrid >= 0.11.0, < 0.12.0",
2929
"frequenz-channels >= 0.11.0, < 0.12.0",
30-
"google-api-python-client >= 2.15, < 3",
31-
"grpcio >= 1.47, < 2",
32-
"grpcio-tools >= 1.47, < 2",
30+
"google-api-python-client >= 2.71, < 3",
31+
"grpcio >= 1.51.1, < 2",
32+
"grpcio-tools >= 1.51.1, < 2",
3333
"networkx >= 2.8, < 3",
34-
"pandas >= 1.3.5, < 2",
35-
"protobuf >= 3.20, < 4",
36-
"pyarrow >= 6.0.0, < 6.1",
34+
"pandas >= 1.5.2, < 2",
35+
"protobuf >= 4.21, < 5",
36+
"pyarrow >= 10.0.1, < 11",
3737
"pydantic >= 1.9",
3838
"sympy >= 1.10.1, < 2",
3939
"toml >= 0.10",

0 commit comments

Comments
 (0)