Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +20 -19
requirements.txt
CHANGED
@@ -1,20 +1,21 @@
|
|
1 |
-
gradio
|
2 |
-
transformers
|
3 |
-
torch
|
4 |
-
pandas
|
5 |
-
scikit-learn
|
6 |
-
spacy
|
7 |
-
pymupdf
|
8 |
-
requests
|
9 |
-
biopython
|
10 |
-
bs4
|
11 |
-
pdfreader
|
12 |
-
tabula-py
|
13 |
-
spire.doc
|
14 |
-
Spire.XLS
|
15 |
-
thefuzz
|
16 |
-
wordsegment
|
17 |
-
spacy
|
18 |
-
spacy-lookups-data
|
19 |
-
gensim
|
|
|
20 |
nltk
|
|
|
1 |
+
gradio
|
2 |
+
transformers
|
3 |
+
torch
|
4 |
+
pandas
|
5 |
+
scikit-learn
|
6 |
+
spacy
|
7 |
+
pymupdf
|
8 |
+
requests
|
9 |
+
biopython
|
10 |
+
bs4
|
11 |
+
pdfreader
|
12 |
+
tabula-py
|
13 |
+
spire.doc
|
14 |
+
Spire.XLS
|
15 |
+
thefuzz
|
16 |
+
wordsegment
|
17 |
+
spacy
|
18 |
+
spacy-lookups-data
|
19 |
+
gensim
|
20 |
+
xlrd>=2.0.1
|
21 |
nltk
|