From eb05b0f3a319dd354bad1dd641ee2224944a4dba Mon Sep 17 00:00:00 2001 From: Sumit Jaiswal Date: Fri, 13 Jun 2025 15:03:14 +0530 Subject: [PATCH] to fix watsonx unit test failure --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf40465fb..7c36bc3d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,8 @@ unit = [ "sqlalchemy", "sqlalchemy[asyncio]>=2.0.41", "blobfile", - "faiss-cpu" + "faiss-cpu", + "ibm-watson-machine-learning" ] # These are the core dependencies required for running integration tests. They are shared across all # providers. If a provider requires additional dependencies, please add them to your environment