Add the requirements.

This commit is contained in:
Nicolas Patry 2025-03-06 13:25:28 +01:00
parent a9ac7d7f61
commit ad904be5fc
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9
2 changed files with 4 additions and 1 deletions

View File

@ -14,6 +14,7 @@ dependencies = [
"docker>=7", "docker>=7",
"numpy>=2.0", "numpy>=2.0",
"openai>=1.65", "openai>=1.65",
"huggingface_hub>=0.29",
] ]
[tool.isort] [tool.isort]

View File

@ -40,7 +40,9 @@ httpcore==1.0.7
httpx==0.28.1 httpx==0.28.1
# via openai # via openai
huggingface-hub==0.29.0 huggingface-hub==0.29.0
# via text-generation # via
# text-generation-integration-tests (pyproject.toml)
# text-generation
idna==3.10 idna==3.10
# via # via
# anyio # anyio