Skip to content

Commit 86f6730

Browse files
authored
Explicitly define some missing build requirements (#306)
1 parent 9e2aefc commit 86f6730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ homepage = "https://tiledb.com"
3333
repository = "https://github.com/TileDB-Inc/tiledb-vector-search"
3434

3535
[build-system]
36-
requires = ["scikit-build-core", "pybind11"]
36+
requires = ["scikit-build-core[pyproject]", "pybind11", "setuptools-scm"]
3737
build-backend = "scikit_build_core.build"
3838

3939
[tool.scikit-build]

0 commit comments

Comments
 (0)