mirror of
https://github.com/amazon-science/chronos-forecasting
synced 2026-05-24 10:08:33 +00:00
Bump transformers to >=4.48 (#280)
*Issue #, if available:* addresses https://github.com/amazon-science/chronos-forecasting/security/dependabot/1 *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
73d6c9aa1a
commit
8178798f4e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ license = { file = "LICENSE" }
|
|||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"torch>=2.0,<3", # package was tested on 2.2
|
||||
"transformers>=4.30,<4.48",
|
||||
"transformers>=4.48,<5",
|
||||
"accelerate>=0.32,<1",
|
||||
]
|
||||
classifiers = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue