Update torch dependency to 2.5 (#40)

Fixes #37.
This commit is contained in:
Daniël de Kok
2025-03-07 20:32:54 +01:00
committed by GitHub
parent a40756f306
commit b4ef1d60e5

View File

@ -14,7 +14,7 @@ dependencies = [
"huggingface-hub>=0.26.3",
"packaging>=24.2",
"tomli>=2.0.1; python_version<'3.11'",
"torch>=2.4",
"torch>=2.5",
]
[build-system]