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

@ -10,7 +10,6 @@ dependencies = [
"click>=8.1.7,<9.0.0",
"jinja2>=3.1.4,<4.0.0",
"jsonschema>=4.23.0,<5.0.0",
"setuptools==75.5.0",
"pyyaml>=6.0.2,<7.0.0",
]
@ -24,7 +23,7 @@ dev = [
[tool.poetry]
packages = [{ include = "cli" }]
dependencies = { python = ">=3.10", archgw_modelserver = { path = "../../model_server", develop = true } }
dependencies = { archgw_modelserver = { path = "../../model_server", develop = true } }
[build-system]
requires = ["poetry-core>=2.0.0"]