Skip to content

Commit

Permalink
Update open-clip-torch requirement from <2.26.1,>=2.23.0 to >=2.23.0,…
Browse files Browse the repository at this point in the history
…<2.26.2 (#2189)

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.26.1)

---
updated-dependencies:
- dependency-name: open-clip-torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Samet Akcay <samet.akcay@intel.com>
  • Loading branch information
dependabot[bot] and samet-akcay committed Aug 22, 2024
1 parent 775f5a8 commit 2803701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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.26.2",
]
openvino = ["openvino>=2024.0", "nncf>=2.10.0", "onnx>=1.16.0"]
loggers = [
Expand Down

0 comments on commit 2803701

Please sign in to comment.