mirror of
https://github.com/amazon-science/chronos-forecasting
synced 2026-05-24 01:58:27 +00:00
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:
parent
67a6f91aec
commit
182aafe184
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue