Merge pull request #887 from pierotofy/torchdep

Loosen torch dependency
This commit is contained in:
Piero Toffanin 2025-12-03 21:07:56 -05:00 committed by GitHub
commit f7339b5dd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ dependencies = [
"polib ==1.1.1",
"packaging ==23.1",
"torch ==2.4.0;python_version<'3.12'",
"torch ==2.5.0;python_version>='3.12'",
"torch >=2.5.0;python_version>='3.12'",
]
[project.scripts]