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.
1 parent bb3847c commit a711e9aCopy full SHA for a711e9a
pyproject.toml
@@ -35,5 +35,5 @@ version = { attr = "lsd_lite.__version__" }
35
lint.select = ["F", "W", "I001"]
36
37
[[tool.mypy.overrides]]
38
-module = ["scipy.*"]
+module = ["scipy.*", "skimage.*", "matplotlib.*"]
39
ignore_missing_imports = true
0 commit comments