AUXteam commited on
Commit
3ad83e6
·
verified ·
1 Parent(s): 6183e7b

Fix: Add missing dependency pypandoc for TinyTroupe ResultsExtractor

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -10
requirements.txt CHANGED
@@ -1,17 +1,26 @@
1
- fastapi
2
- uvicorn
3
- pydantic
4
- pydantic-settings
5
  gradio
6
- gradio_client
7
- httpx
8
  pytest
9
- tinytroupe
 
 
 
 
 
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
- ipython
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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