We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bfb20e commit 9b6f056Copy full SHA for 9b6f056
tests/pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
8
[project]
9
name = "pybind11_tests"
10
version = "0.0.1"
11
-dependencies = ["pytest", "pytest-timeout", "numpy", "scipy"]
+dependencies = ["pytest", "pytest-timeout", "numpy", "scipy", "pybind11-stubgen", "mypy"]
12
13
[tool.scikit-build.cmake.define]
14
PYBIND11_FINDPYTHON = true
0 commit comments