Skip to content

Commit c570d2c

Browse files
authored
remove scipy-stubs as bokeh dependency
1 parent 4419a40 commit c570d2c

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
@@ -1341,7 +1341,7 @@ def get_projects() -> list[Project]:
13411341
mypy_cmd="{mypy} {paths}",
13421342
pyright_cmd="{pyright} {paths}",
13431343
paths=["src", "release"],
1344-
deps=["types-boto", "tornado", "numpy", "jinja2", "scipy-stubs", "selenium"],
1344+
deps=["types-boto", "tornado", "numpy", "jinja2", "selenium"],
13451345
cost={"pyright": 60, "mypy": 65},
13461346
),
13471347
Project(

0 commit comments

Comments
 (0)