Spaces:
Paused
Paused
Fix: Add missing dependency pypandoc for TinyTroupe ResultsExtractor
Browse files- requirements.txt +19 -10
requirements.txt
CHANGED
|
@@ -1,17 +1,26 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
pydantic
|
| 4 |
-
pydantic-settings
|
| 5 |
gradio
|
| 6 |
-
|
| 7 |
-
httpx
|
| 8 |
pytest
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
chevron
|
| 11 |
-
textdistance
|
| 12 |
-
scipy
|
| 13 |
llama-index
|
| 14 |
llama-index-embeddings-huggingface
|
| 15 |
llama-index-readers-web
|
| 16 |
llama-index-embeddings-azure-openai
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
+
pandas
|
|
|
|
| 3 |
pytest
|
| 4 |
+
pytest-cov
|
| 5 |
+
openai>=1.65
|
| 6 |
+
tiktoken
|
| 7 |
+
msal
|
| 8 |
+
rich
|
| 9 |
+
requests
|
| 10 |
chevron
|
|
|
|
|
|
|
| 11 |
llama-index
|
| 12 |
llama-index-embeddings-huggingface
|
| 13 |
llama-index-readers-web
|
| 14 |
llama-index-embeddings-azure-openai
|
| 15 |
+
pypandoc
|
| 16 |
+
docx
|
| 17 |
+
markdown
|
| 18 |
+
jupyter
|
| 19 |
+
matplotlib
|
| 20 |
+
pydantic
|
| 21 |
+
textdistance
|
| 22 |
+
scipy
|
| 23 |
+
transformers==4.38.2
|
| 24 |
+
huggingface-hub>=0.33.5
|
| 25 |
+
|
| 26 |
+
pypandoc
|