Skip to content

Commit 0f7ac4d

Browse files
authored
Revert "Update open-clip-torch requirement from <2.26.1,>=2.23.0 to >=2.23.0,<2.26.2" (#2270)
Revert "Update open-clip-torch requirement from <2.26.1,>=2.23.0 to >=2.23.0,…" This reverts commit 2803701.
1 parent 92c01cd commit 0f7ac4d

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
@@ -53,7 +53,7 @@ core = [
5353
# NOTE: open-clip-torch throws the following error on v2.26.1
5454
# torch.onnx.errors.UnsupportedOperatorError: Exporting the operator
5555
# 'aten::_native_multi_head_attention' to ONNX opset version 14 is not supported
56-
"open-clip-torch>=2.23.0,<2.26.2",
56+
"open-clip-torch>=2.23.0,<2.26.1",
5757
]
5858
openvino = ["openvino>=2024.0", "nncf>=2.10.0", "onnx>=1.16.0"]
5959
loggers = [

0 commit comments

Comments
 (0)