mirror of
https://github.com/amazon-science/chronos-forecasting
synced 2026-05-24 10:08:33 +00:00
Update peft version constraint in pyproject.toml
This commit is contained in:
parent
32023ec99f
commit
a942c0609c
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ path = "src/chronos/__about__.py"
|
|||
[project.optional-dependencies]
|
||||
extras = [
|
||||
"boto3>=1.10,<2",
|
||||
"peft>=0.13.0,<1",
|
||||
"peft>=0.13.0,<0.18",
|
||||
"fev>=0.6.1",
|
||||
"pandas[pyarrow]>=2.0,<2.4",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue