Commit ·
6ac0817
1
Parent(s): 5bb66cd
fix: update hf space requirements
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
-
gradio>=4.0.0
|
| 2 |
openai>=1.0.0
|
| 3 |
arxiv>=2.0.0
|
| 4 |
pydantic>=2.0.0
|
| 5 |
pydantic-settings>=2.0.0
|
| 6 |
python-dotenv>=1.0.0
|
| 7 |
httpx>=0.25.0
|
|
|
|
| 8 |
rapidfuzz>=3.0.0
|
| 9 |
tenacity>=8.0.0
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
openai>=1.0.0
|
| 2 |
arxiv>=2.0.0
|
| 3 |
pydantic>=2.0.0
|
| 4 |
pydantic-settings>=2.0.0
|
| 5 |
python-dotenv>=1.0.0
|
| 6 |
httpx>=0.25.0
|
| 7 |
+
gradio==6.1.0
|
| 8 |
rapidfuzz>=3.0.0
|
| 9 |
tenacity>=8.0.0
|
| 10 |
+
pymupdf>=1.26.7
|
| 11 |
+
litellm>=1.80.10
|
| 12 |
+
loguru>=0.7.3
|