From b7f5e1dd8949f5b43ebc66f2ff8367a04f21dbec Mon Sep 17 00:00:00 2001 From: James Murdza Date: Mon, 20 Oct 2025 06:22:23 -0700 Subject: [PATCH] Fix dependency conflict with `transformers` --- libs/python/agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/python/agent/pyproject.toml b/libs/python/agent/pyproject.toml index 43cd9d88..94bde419 100644 --- a/libs/python/agent/pyproject.toml +++ b/libs/python/agent/pyproject.toml @@ -49,7 +49,7 @@ glm45v-hf = [ opencua-hf = [ "accelerate", "torch", - "transformers==4.53.0", + "transformers>=4.53.0", "tiktoken>=0.11.0", "blobfile>=3.0.0" ]