Skip to content

Commit 6903bca

Browse files
Update open-clip-torch requirement
Updates the requirements on [open-clip-torch](https://github.com/mlfoundations/open_clip) to permit the latest version. - [Release notes](https://github.com/mlfoundations/open_clip/releases) - [Changelog](https://github.com/mlfoundations/open_clip/blob/main/HISTORY.md) - [Commits](mlfoundations/open_clip@v2.23.0...v2.30.0) --- updated-dependencies: - dependency-name: open-clip-torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 088882f commit 6903bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ core = [
5555
# NOTE: open-clip-torch throws the following error on v2.26.1
5656
# torch.onnx.errors.UnsupportedOperatorError: Exporting the operator
5757
# 'aten::_native_multi_head_attention' to ONNX opset version 14 is not supported
58-
"open-clip-torch>=2.23.0,<2.26.1",
58+
"open-clip-torch>=2.23.0,<2.30.1",
5959
]
6060
openvino = ["openvino>=2024.0", "nncf>=2.10.0", "onnx>=1.16.0"]
6161
vlm = ["ollama>=0.4.0", "openai", "python-dotenv","transformers"]

0 commit comments

Comments
 (0)