add arxiv dependency
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,6 +4,7 @@ transformers
|
|
4 |
python-markdown-math
|
5 |
beautifulsoup4
|
6 |
latex2mathml
|
|
|
7 |
mdtex2html
|
8 |
colorama
|
9 |
tiktoken
|
@@ -12,4 +13,4 @@ pygments
|
|
12 |
pymupdf
|
13 |
openai
|
14 |
numpy
|
15 |
-
|
|
|
4 |
python-markdown-math
|
5 |
beautifulsoup4
|
6 |
latex2mathml
|
7 |
+
python-docx
|
8 |
mdtex2html
|
9 |
colorama
|
10 |
tiktoken
|
|
|
13 |
pymupdf
|
14 |
openai
|
15 |
numpy
|
16 |
+
arxiv
|