mirror of
https://github.com/amazon-science/chronos-forecasting
synced 2026-05-24 10:08:33 +00:00
Bump accelerate>=0.32,<2 (#298)
*Issue #, if available:* *Description of changes:* Just increased the max version allowed. Tests pass. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: Abdul Fatir <Abdulfatirs@gmail.com>
This commit is contained in:
parent
f40a266a55
commit
c5880604df
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ requires-python = ">=3.9"
|
|||
dependencies = [
|
||||
"torch>=2.0,<3", # package was tested on 2.2
|
||||
"transformers>=4.48,<5",
|
||||
"accelerate>=0.32,<1",
|
||||
"accelerate>=0.32,<2",
|
||||
]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue