Skip to content

Commit

Permalink
Revert paddle to max 3.10
Browse files Browse the repository at this point in the history
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
  • Loading branch information
ddelange authored Oct 31, 2023
1 parent 2f1990c commit a5afe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddleserver/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = ">=3.8,<3.11"
kserve = {path = "../kserve", extras = ["storage"], develop = true}
paddlepaddle = "^2.4.2"

Expand Down

0 comments on commit a5afe2b

Please sign in to comment.