Skip to content

Commit a711e9a

Browse files
authored
Update pyproject.toml
1 parent bb3847c commit a711e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ version = { attr = "lsd_lite.__version__" }
3535
lint.select = ["F", "W", "I001"]
3636

3737
[[tool.mypy.overrides]]
38-
module = ["scipy.*"]
38+
module = ["scipy.*", "skimage.*", "matplotlib.*"]
3939
ignore_missing_imports = true

0 commit comments

Comments
 (0)