Skip to content

Commit b9c79de

Browse files
committed
remove scipy-stubs as bokeh dependency
1 parent 777d907 commit b9c79de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy_primer/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ def get_projects() -> list[Project]:
13511351
mypy_cmd="{mypy} {paths}",
13521352
pyright_cmd="{pyright} {paths}",
13531353
paths=["src", "release"],
1354-
deps=["types-boto", "tornado", "numpy", "jinja2", "scipy-stubs", "selenium"],
1354+
deps=["types-boto", "tornado", "numpy", "jinja2", "selenium"],
13551355
cost={"pyright": 60, "mypy": 65},
13561356
),
13571357
Project(

0 commit comments

Comments
 (0)