to fix watsonx unit test failure

This commit is contained in:
Sumit Jaiswal 2025-06-13 15:03:14 +05:30
parent 04825e854c
commit eb05b0f3a3
No known key found for this signature in database
GPG key ID: A4604B39D64D6AEC

View file

@ -84,7 +84,8 @@ unit = [
"sqlalchemy", "sqlalchemy",
"sqlalchemy[asyncio]>=2.0.41", "sqlalchemy[asyncio]>=2.0.41",
"blobfile", "blobfile",
"faiss-cpu" "faiss-cpu",
"ibm-watson-machine-learning"
] ]
# These are the core dependencies required for running integration tests. They are shared across all # 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 # providers. If a provider requires additional dependencies, please add them to your environment