Update requirements.txt
Browse files- requirements.txt +30 -1
requirements.txt
CHANGED
@@ -1,2 +1,31 @@
|
|
1 |
azure-cognitiveservices-speech
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
azure-cognitiveservices-speech
|
2 |
+
gradio
|
3 |
+
gradio-client
|
4 |
+
pypdf2==2.12.1
|
5 |
+
zhipuai>=2
|
6 |
+
tiktoken>=0.3.3
|
7 |
+
requests[socks]
|
8 |
+
pydantic==2.5.2
|
9 |
+
protobuf==3.18
|
10 |
+
transformers>=4.27.1
|
11 |
+
scipdf_parser>=0.52
|
12 |
+
anthropic>=0.18.1
|
13 |
+
python-markdown-math
|
14 |
+
pymdown-extensions
|
15 |
+
|
16 |
+
websocket-client
|
17 |
+
beautifulsoup4
|
18 |
+
prompt_toolkit
|
19 |
+
latex2mathml
|
20 |
+
python-docx
|
21 |
+
mdtex2html
|
22 |
+
dashscope
|
23 |
+
pyautogen
|
24 |
+
colorama
|
25 |
+
Markdown
|
26 |
+
pygments
|
27 |
+
pymupdf
|
28 |
+
openai
|
29 |
+
arxiv
|
30 |
+
numpy
|
31 |
+
rich
|