diff --git a/tests/notebooks/kserve/requirements.in b/tests/notebooks/kserve/requirements.in index f20ce52..28d3d64 100644 --- a/tests/notebooks/kserve/requirements.in +++ b/tests/notebooks/kserve/requirements.in @@ -1,5 +1,5 @@ # Pinning for kserve sdk in 1.9 -kserve==0.13.0 +kserve==0.13.1 # Pining because kserve 0.13 needs to import RootModel which only exists in >= 2.0 pydantic>=2.0 kubernetes diff --git a/tests/notebooks/kserve/requirements.txt b/tests/notebooks/kserve/requirements.txt index 0eaf7ff..d264992 100644 --- a/tests/notebooks/kserve/requirements.txt +++ b/tests/notebooks/kserve/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile requirements.in @@ -21,6 +21,8 @@ anyio==4.4.0 # httpx # starlette # watchfiles +async-timeout==4.0.3 + # via aiohttp attrs==23.2.0 # via # aiohttp @@ -48,6 +50,8 @@ deprecation==2.1.0 # via cloudevents distlib==0.3.8 # via virtualenv +exceptiongroup==1.2.2 + # via anyio fastapi==0.109.2 # via # kserve @@ -89,11 +93,15 @@ idna==3.7 # httpx # requests # yarl +importlib-resources==6.4.5 + # via + # jsonschema + # jsonschema-specifications jsonschema==4.23.0 # via ray jsonschema-specifications==2023.12.1 # via jsonschema -kserve==0.13.0 +kserve==0.13.1 # via -r requirements.in kubernetes==30.1.0 # via @@ -105,7 +113,7 @@ multidict==6.0.5 # via # aiohttp # yarl -numpy==1.26.4 +numpy==1.24.4 # via # kserve # pandas @@ -123,8 +131,10 @@ packaging==24.1 # via # deprecation # ray -pandas==2.2.2 +pandas==2.0.3 # via kserve +pkgutil-resolve-name==1.3.10 + # via jsonschema platformdirs==3.11.0 # via virtualenv prometheus-client==0.20.0 @@ -218,9 +228,12 @@ timing-asgi==0.3.1 # via kserve typing-extensions==4.12.2 # via + # annotated-types + # anyio # fastapi # pydantic # pydantic-core + # starlette tzdata==2024.1 # via pandas urllib3==2.2.2 @@ -247,3 +260,5 @@ wrapt==1.16.0 # via smart-open yarl==1.9.4 # via aiohttp +zipp==3.20.2 + # via importlib-resources