Skip to content

Commit cb36660

Browse files
authored
add array-api-compat and numpy-typing-compat to the scipy-stubs deps (#199)
1 parent 367bf07 commit cb36660

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

mypy_primer/projects.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,14 @@ def get_projects() -> list[Project]:
975975
mypy_cmd="{mypy} {paths}",
976976
pyright_cmd="{pyright} {paths}",
977977
paths=["."],
978-
deps=["numpy", "optype", "packaging", "scipy"],
978+
deps=[
979+
"array-api-compat",
980+
"numpy",
981+
"numpy-typing-compat",
982+
"optype",
983+
"packaging",
984+
"scipy",
985+
],
979986
expected_success=("mypy", "pyright"),
980987
cost={"mypy": 294},
981988
),

0 commit comments

Comments
 (0)