Update requirements.txt
Browse files- requirements.txt +22 -1
requirements.txt
CHANGED
@@ -1,4 +1,25 @@
|
|
1 |
torch
|
2 |
transformers
|
3 |
setfit
|
4 |
-
-e "git+https://github.com/gizdatalab/haystack_utils.git@streamlit#egg=utils"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
transformers
|
3 |
setfit
|
4 |
+
-e "git+https://github.com/gizdatalab/haystack_utils.git@streamlit#egg=utils"
|
5 |
+
|
6 |
+
farm-haystack == 1.16
|
7 |
+
farm-haystack[ocr,pdf]==1.16.0
|
8 |
+
spacy==3.2.0
|
9 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0.tar.gz#egg=en_core_web_sm
|
10 |
+
matplotlib==3.5.1
|
11 |
+
nltk==3.7
|
12 |
+
numpy==1.22.1
|
13 |
+
pandas==1.4.0
|
14 |
+
pdfplumber==0.6.2
|
15 |
+
Pillow==9.1.1
|
16 |
+
seaborn==0.11.2
|
17 |
+
transformers==4.25.1
|
18 |
+
st-annotated-text==3.0.0
|
19 |
+
markdown==3.4.1
|
20 |
+
summa==1.2.0
|
21 |
+
plotly
|
22 |
+
xlsxwriter
|
23 |
+
altair==4.0
|
24 |
+
streamlit-aggrid
|
25 |
+
python-docx
|