diff --git a/pyproject.toml b/pyproject.toml index 721a7ce488..913828aca2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ core = [ # NOTE: open-clip-torch throws the following error on v2.26.1 # torch.onnx.errors.UnsupportedOperatorError: Exporting the operator # 'aten::_native_multi_head_attention' to ONNX opset version 14 is not supported - "open-clip-torch>=2.23.0,<2.26.1", + "open-clip-torch>=2.23.0,<2.30.1", ] openvino = ["openvino>=2024.0", "nncf>=2.10.0", "onnx>=1.16.0"] vlm = ["ollama>=0.4.0", "openai", "python-dotenv","transformers"]