Skip to content

Commit dd4f1b3

Browse files
committed
pybind11-stubgen
1 parent 64c34c0 commit dd4f1b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
7777
[tool.scikit-build.wheel]
7878
cmake = true
7979
packages.duckdb = "duckdb"
80+
packages.duckdb-stubs = "duckdb-stubs"
8081

8182
[tool.scikit-build.cmake.define]
8283
CORE_EXTENSIONS = "core_functions;json;parquet;icu;jemalloc"
@@ -218,6 +219,8 @@ torchvision = [ { index = "pytorch-cpu" } ]
218219

219220
[dependency-groups] # used for development only, requires pip >=25.1.0
220221
stubdeps = [ # dependencies used for typehints in the stubs
222+
"pybind11-stubgen",
223+
"mypy",
221224
"fsspec",
222225
"pandas",
223226
"polars",

0 commit comments

Comments
 (0)