Skip to content

Remove networkx stubs in favor of typeshed #369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Stubs for the following libraries now exist in typeshed or the libraries themsel
- jmespath
- markdown
- netaddr
- networkx
- openpyxl
- opencv-python (see <https://github.com/opencv/opencv>; please upgrade opencv-python to 4.8.0+ and file any issues there)
- packaging
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tests = [

# Untyped libraries, used to prevent "reportMissingImports" and get inferred typing
"joblib",
"networkx",
"types-networkx",
"PyOpenGL",
"scikit-learn",
"sympy",
Expand All @@ -41,7 +41,6 @@ dev = [{ include-group = "hygiene" }, { include-group = "tests" }]
# see https://github.com/microsoft/python-type-stubs/issues/315
[tool.setuptools.package-dir]
# See README.md as to why matplotlib is not included
"networkx-stubs" = "stubs/networkx"
"skimage-stubs" = "stubs/skimage"
"sklearn-stubs" = "stubs/sklearn"
"sympy-stubs" = "stubs/sympy-stubs"
Expand Down
1 change: 0 additions & 1 deletion stubs/networkx/README.md

This file was deleted.

66 changes: 0 additions & 66 deletions stubs/networkx/__init__.pyi

This file was deleted.

27 changes: 0 additions & 27 deletions stubs/networkx/_typing.pyi

This file was deleted.

Loading