support python 3.14 (#605)

* add python 3.14 to ci

* allow torch 2.9 for python 3.14
This commit is contained in:
Branch Vincent 2025-10-30 09:17:31 -07:00 committed by GitHub
parent cdfcfb9169
commit 0a7e932837
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1311 additions and 527 deletions

View file

@ -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]