mirror of
https://github.com/katanemo/plano.git
synced 2026-05-10 16:22:42 +02:00
support python 3.14 (#605)
* add python 3.14 to ci * allow torch 2.9 for python 3.14
This commit is contained in:
parent
cdfcfb9169
commit
0a7e932837
6 changed files with 1311 additions and 527 deletions
|
|
@ -8,7 +8,7 @@ readme = "README.md"
|
|||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"fastapi==0.115.0",
|
||||
"torch==2.6.0",
|
||||
"torch>=2.6.0",
|
||||
"uvicorn==0.31.0",
|
||||
"transformers>=4.37.0,<5.0.0",
|
||||
"accelerate>=1.0.0,<2.0.0",
|
||||
|
|
@ -21,7 +21,6 @@ dependencies = [
|
|||
"opentelemetry-exporter-otlp>=1.28.0,<2.0.0",
|
||||
"opentelemetry-instrumentation-fastapi>=0.49b0,<1.0",
|
||||
"overrides>=7.7.0,<8.0.0",
|
||||
"setuptools==75.5.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue