Update torch dependency version to >=2.2,<3 (#388)

*Issue #, if available:*

*Description of changes:*


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
This commit is contained in:
Abdul Fatir 2025-11-21 11:37:14 +01:00 committed by GitHub
parent 67a6f91aec
commit 182aafe184
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.10"
dependencies = [
"torch>=2.0,<3",
"torch>=2.2,<3",
"transformers>=4.41,<5",
"accelerate>=0.34,<2",
"numpy>=1.21,<3",