Skip to content

Commit 36ab783

Browse files
committed
Add pybind11-stubgen and mypy dependency to pyproject.toml
1 parent b096ca3 commit 36ab783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
88
[project]
99
name = "pybind11_tests"
1010
version = "0.0.1"
11-
dependencies = ["pytest", "pytest-timeout", "numpy", "scipy"]
11+
dependencies = ["pytest", "pytest-timeout", "numpy", "scipy", "pybind11-stubgen", "mypy"]
1212

1313
[tool.scikit-build.cmake.define]
1414
PYBIND11_FINDPYTHON = true

0 commit comments

Comments
 (0)