Skip to content

Commit 512c8d5

Browse files
Update obsolete comment about networkx-stubs
The networkx-stubs package was already working as the issue mentioned in the comment was fixed. However, the package networkx-stubs was removed a while ago from Frequenz-SDK as it was no longer maintained and it has been archived. At the moment of writing, there are only outdated and incomplete alternatives to networkx-stubs. Besides that, the Frequenz-SDK is not heavily using networkx, so it is not worth it to maintain our own networkx-stubs package or to contribute to a third-party package to fix errors. Signed-off-by: Daniel Zullo <[email protected]>
1 parent 9d1f3cd commit 512c8d5

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
@@ -177,8 +177,8 @@ module = [
177177
"grpc.aio",
178178
"grpc.aio.*",
179179
"mkdocs_macros.*",
180-
# There is a stubs package available, but it's not working:
181-
# https://github.com/eggplants/networkx-stubs/issues/1
180+
# The available stubs packages are outdated or incomplete (WIP/experimental):
181+
# https://github.com/frequenz-floss/frequenz-sdk-python/issues/430
182182
"networkx",
183183
"sybil",
184184
"sybil.*",

0 commit comments

Comments
 (0)