We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scipy-stubs
1 parent e5546fe commit 642121eCopy full SHA for 642121e
mypy/stubinfo.py
@@ -291,6 +291,7 @@ def stub_distribution_name(module: str) -> str | None:
291
# for additions here
292
"pandas": "pandas-stubs", # https://github.com/pandas-dev/pandas-stubs
293
"lxml": "lxml-stubs", # https://github.com/lxml/lxml-stubs
294
+ "scipy": "scipy-stubs", # https://github.com/scipy/scipy-stubs
295
}
296
297
0 commit comments