mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2026-03-27 11:57:52 -04:00
Merge pull request #887 from pierotofy/torchdep
Loosen torch dependency
This commit is contained in:
commit
f7339b5dd3
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user