diff --git a/pyproject.toml b/pyproject.toml index bc7127d..2e21f1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers=[ "License :: OSI Approved :: Apache Software License" ] dependencies = [ - "caikit[runtime-grpc,runtime-http,interfaces-vision]>=0.16.0,<0.20.0", + "caikit[runtime-grpc,runtime-http,interfaces-vision]>=0.16.0,<0.24.0", "transformers>=4.27.1,<5", "torch>2.0,<3", "timm>=0.9.5,<1"