mirror of
https://github.com/katanemo/plano.git
synced 2026-05-01 11:56:29 +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
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue