Skip to content

Commit e06c468

Browse files
Remove pandas(-stubs) dependencies
The pandas(-stubs) dependency are no longer neeeded. The package numpy was imported through pandas, thus it is added to the dependencies now that pandas is removed. Signed-off-by: Daniel Zullo <[email protected]>
1 parent b1a267a commit e06c468

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"grpcio >= 1.51.1, < 2",
3232
"grpcio-tools >= 1.51.1, < 2",
3333
"networkx >= 2.8, < 3",
34-
"pandas >= 1.5.2, < 2",
34+
"numpy >= 1.24.2, < 2",
3535
"protobuf >= 4.21.6, < 5",
3636
"pydantic >= 1.9",
3737
"sympy >= 1.10.1, < 2",
@@ -78,7 +78,6 @@ pytest = [
7878
]
7979
mypy = [
8080
"mypy >= 1.0.1, < 2",
81-
"pandas-stubs == 1.5.3.230304",
8281
"grpc-stubs == 1.24.12", # This dependency introduces breaking changes in patch releases
8382
# For checking the noxfile, docs/ script, and tests
8483
"frequenz-sdk[docs-gen,nox,pytest]",

0 commit comments

Comments
 (0)