Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6ce8a2

Browse files
authored
add numpy to the deps of scipy-stubs (#137)
1 parent a6bf3ae commit d6ce8a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy_primer/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ def get_projects() -> list[Project]:
804804
location="https://github.com/scipy/scipy-stubs",
805805
mypy_cmd="{mypy}",
806806
pyright_cmd="{pyright}",
807-
deps=["scipy", "optype"],
807+
deps=["scipy", "optype", "numpy"],
808808
expected_mypy_success=True,
809809
expected_pyright_success=True,
810810
),

0 commit comments

Comments
 (0)