From 4c0b821e4f4916d19806f1095d9c9db31cdf2e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 22:44:16 +0000 Subject: [PATCH] Update open-clip-torch requirement from <3.0.0,>=2.0.0 to >=2.0.0,<4.0.0 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](https://github.com/mlfoundations/open_clip/compare/v2.0.0...v3.1.0) --- updated-dependencies: - dependency-name: open-clip-torch dependency-version: 3.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e9f3072..9578c17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ torch clip-anytorch>=2.5.0,<3 -open-clip-torch>=2.0.0,<3.0.0 +open-clip-torch>=2.0.0,<4.0.0 multilingual-clip>=1.0.10,<2 transformers numpy \ No newline at end of file