Skip to content
Snippets Groups Projects
Commit 59a10860 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

chore(pyproject): make pytorch optional

parent 76f293b9
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,9 @@ optional = true
[tool.poetry.group.test.dependencies]
pytest = "^6.2.5"
[tool.poetry.group.torch]
optional = true
[tool.poetry.group.torch.dependencies]
torch = "^1.13.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment