Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Stubs for the following libraries now exist in typeshed or the libraries themsel
- retry
- scipy (see <https://github.com/jorenham/scipy-stubs>)
- slugify
- sympy

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning · Non-blocking recommendation

The current sympy==1.14.0 wheel lacks py.typed, so PEP 561 checkers such as mypy ignore its inline annotations after these stubs are removed. Defer removal until upstream publishes the marker, or retain a corrected partial overlay until a discoverable release is available.

[verified]

- SQLAlchemy (see <https://pypi.org/project/types-SQLAlchemy/> for SQLAlchemy 1.4; 2.0.0 and above include type annotations)
- tenacity

Expand Down
9 changes: 0 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ tests = [
# Needed for stubtest and downloads their dependencies to get known import symbols
"scikit-image",
"scikit-learn <1.7.0", # TODO: Update stubs for sklearn
"sympy",
"vispy",
]
dev = [{ include-group = "hygiene" }, { include-group = "tests" }]
Expand All @@ -43,7 +42,6 @@ dev = [{ include-group = "hygiene" }, { include-group = "tests" }]
# See README.md as to why matplotlib is not included
"skimage-stubs" = "stubs/skimage"
"sklearn-stubs" = "stubs/sklearn"
"sympy-stubs" = "stubs/sympy-stubs"
"vispy-stubs" = "stubs/vispy"

[tool.ruff]
Expand Down Expand Up @@ -172,13 +170,6 @@ disable_error_code = [
"assignment", # 688 errors in 155 files
]

[[tool.mypy.overrides]]
module = ["sympy.*"]
disable_error_code = [
# TODO
"misc", # 185
]

[[tool.mypy.overrides]]
# These modules are to be removed soon, not worth solving many issues
module = ["matplotlib.*"]
Expand Down
77 changes: 0 additions & 77 deletions stubs/sympy-stubs/README.md

This file was deleted.

Loading
Loading