Spaces:
No application file
No application file
Liss, Alex (NYC-HUG)
commited on
Commit
·
defe954
1
Parent(s):
236c0a3
Add huggingface_hub dependency for downloading large files
Browse files- api/pyproject.toml +1 -0
api/pyproject.toml
CHANGED
@@ -25,6 +25,7 @@ langchain = "^0.3.25"
|
|
25 |
langgraph = "^0.4.3"
|
26 |
freeplay = "^0.3.21"
|
27 |
gradio = "^5.29.1"
|
|
|
28 |
|
29 |
[tool.poetry.group.dev.dependencies]
|
30 |
pytest = "^7.4.0"
|
|
|
25 |
langgraph = "^0.4.3"
|
26 |
freeplay = "^0.3.21"
|
27 |
gradio = "^5.29.1"
|
28 |
+
huggingface_hub = "^0.24.0"
|
29 |
|
30 |
[tool.poetry.group.dev.dependencies]
|
31 |
pytest = "^7.4.0"
|