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 64c34c0 commit dd4f1b3Copy full SHA for dd4f1b3
pyproject.toml
@@ -77,6 +77,7 @@ metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
77
[tool.scikit-build.wheel]
78
cmake = true
79
packages.duckdb = "duckdb"
80
+packages.duckdb-stubs = "duckdb-stubs"
81
82
[tool.scikit-build.cmake.define]
83
CORE_EXTENSIONS = "core_functions;json;parquet;icu;jemalloc"
@@ -218,6 +219,8 @@ torchvision = [ { index = "pytorch-cpu" } ]
218
219
220
[dependency-groups] # used for development only, requires pip >=25.1.0
221
stubdeps = [ # dependencies used for typehints in the stubs
222
+ "pybind11-stubgen",
223
+ "mypy",
224
"fsspec",
225
"pandas",
226
"polars",
0 commit comments