Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
@@ -1,13 +1,15 @@
|
|
1 |
-
https://public.agent-matrix.com/publish/gradio-3.32.
|
|
|
2 |
gradio-client==0.8
|
3 |
pypdf2==2.12.1
|
4 |
-
zhipuai
|
5 |
tiktoken>=0.3.3
|
6 |
requests[socks]
|
7 |
pydantic==2.5.2
|
8 |
protobuf==3.18
|
9 |
transformers>=4.27.1
|
10 |
scipdf_parser>=0.52
|
|
|
11 |
python-markdown-math
|
12 |
pymdown-extensions
|
13 |
websocket-client
|
@@ -16,13 +18,15 @@ prompt_toolkit
|
|
16 |
latex2mathml
|
17 |
python-docx
|
18 |
mdtex2html
|
19 |
-
|
20 |
pyautogen
|
21 |
colorama
|
22 |
Markdown
|
23 |
pygments
|
|
|
24 |
pymupdf
|
25 |
openai
|
|
|
26 |
arxiv
|
27 |
numpy
|
28 |
-
rich
|
|
|
1 |
+
https://public.agent-matrix.com/publish/gradio-3.32.10-py3-none-any.whl
|
2 |
+
fastapi==0.110
|
3 |
gradio-client==0.8
|
4 |
pypdf2==2.12.1
|
5 |
+
zhipuai==2.0.1
|
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 |
websocket-client
|
|
|
18 |
latex2mathml
|
19 |
python-docx
|
20 |
mdtex2html
|
21 |
+
dashscope
|
22 |
pyautogen
|
23 |
colorama
|
24 |
Markdown
|
25 |
pygments
|
26 |
+
edge-tts
|
27 |
pymupdf
|
28 |
openai
|
29 |
+
rjsmin
|
30 |
arxiv
|
31 |
numpy
|
32 |
+
rich
|