Skip to content

Commit cd71051

Browse files
committed
Pin kserve and sklearnserver dependencies
1 parent ece9618 commit cd71051

File tree

4 files changed

+141
-105
lines changed

4 files changed

+141
-105
lines changed

python/kserve/poetry.lock

Lines changed: 69 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/kserve/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ orjson = "^3.9.15"
4949
httpx = "^0.27.2"
5050
timing-asgi = "^0.3.0"
5151
tabulate = "^0.9.0"
52-
pandas = ">2.1.0,<3.0.0"
52+
pandas = ">2.2.0" #">2.1.0,<3.0.0"
5353
pydantic = [{ version = "^2.5.0", python = "3.12" }, { version = ">1.0,<3", python = ">=3.9,<3.12" }]
5454
pyyaml = "^6.0.0"
5555

0 commit comments

Comments
 (0)