mirror of
https://github.com/amazon-science/chronos-forecasting
synced 2026-05-23 17:48:23 +00:00
Relax torch compatibility to <3 (#277)
*Issue #, if available:* Solves #273 *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
39515ff0fc
commit
75803f241f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ readme = "README.md"
|
|||
license = { file = "LICENSE" }
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"torch>=2.0,<2.6", # package was tested on 2.2
|
||||
"torch>=2.0,<3", # package was tested on 2.2
|
||||
"transformers>=4.30,<4.48",
|
||||
"accelerate>=0.32,<1",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue