From ad904be5fca5de9698b01b9df4b940ee96c7ab2b Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 6 Mar 2025 13:25:28 +0100 Subject: [PATCH] Add the requirements. --- integration-tests/pyproject.toml | 1 + integration-tests/requirements.txt | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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