Skip to content

Commit

Permalink
fix python version for paddleserver rock
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-scribner committed Feb 16, 2024
1 parent 83ee2ec commit 6760f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddleserver/dummy_pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ""
authors = ["none"]

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = ">=3.8,<3.11"
kserve = { path = "../python/kserve", develop = false }
paddleserver = { path = "../python/paddleserver", develop = false }

0 comments on commit 6760f89

Please sign in to comment.