Skip to content

Commit d00b684

Browse files
committed
Inlcude torch in build-system dependencies
1 parent 50dc287 commit d00b684

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
@@ -36,7 +36,7 @@ license-files = ["LICENSE"]
3636
exclude = ["**/.mypy_cache/**", "**/build/**", "**/.vscode/**"]
3737

3838
[build-system]
39-
requires = ["scikit-build-core>=0.10", "pybind11>=2.10", "cmake", "ninja"]
39+
requires = ["scikit-build-core>=0.10", "pybind11>=2.10", "cmake", "ninja", "torch"]
4040
build-backend = "scikit_build_core.build"
4141

4242
[tool.isort]

0 commit comments

Comments
 (0)