diff --git a/integration-tests/pyproject.toml b/integration-tests/pyproject.toml index 37003440..07aa4307 100644 --- a/integration-tests/pyproject.toml +++ b/integration-tests/pyproject.toml @@ -14,6 +14,7 @@ dependencies = [ "docker>=7", "numpy>=2.0", "openai>=1.65", + "huggingface_hub>=0.29", ] [tool.isort] diff --git a/integration-tests/requirements.txt b/integration-tests/requirements.txt index d419d4b3..a85db4a5 100644 --- a/integration-tests/requirements.txt +++ b/integration-tests/requirements.txt @@ -40,7 +40,9 @@ httpcore==1.0.7 httpx==0.28.1 # via openai huggingface-hub==0.29.0 - # via text-generation + # via + # text-generation-integration-tests (pyproject.toml) + # text-generation idna==3.10 # via # anyio