Declare torch as build dep.

This commit is contained in:
Nicolas Patry 2023-09-25 08:24:34 +00:00
parent e08f3ac555
commit 757cf1783d

View File

@ -54,5 +54,8 @@ priority = "explicit"
markers = ["private: marks tests as requiring an admin hf token (deselect with '-m \"not private\"')"]
[build-system]
requires = ["poetry-core>=1.0.0"]
requires = [
"poetry-core>=1.0.0"
"torch>=2.0.1"
]
build-backend = "poetry.core.masonry.api"