Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
farm-haystack == 1.
|
2 |
-
farm-haystack[ocr]==1.
|
3 |
spacy==3.2.0
|
4 |
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
|
5 |
matplotlib==3.5.1
|
@@ -9,11 +9,12 @@ pandas==1.4.0
|
|
9 |
pdfplumber==0.6.2
|
10 |
Pillow==9.1.1
|
11 |
seaborn==0.11.2
|
12 |
-
transformers==4.
|
13 |
st-annotated-text==3.0.0
|
14 |
markdown==3.4.1
|
15 |
summa==1.2.0
|
|
|
|
|
16 |
altair==4.0
|
17 |
streamlit-aggrid
|
18 |
-
python-docx
|
19 |
-
streamlit_option_menu
|
|
|
1 |
+
farm-haystack == 1.16
|
2 |
+
farm-haystack[ocr,pdf]==1.16.0
|
3 |
spacy==3.2.0
|
4 |
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
|
5 |
matplotlib==3.5.1
|
|
|
9 |
pdfplumber==0.6.2
|
10 |
Pillow==9.1.1
|
11 |
seaborn==0.11.2
|
12 |
+
transformers==4.25.1
|
13 |
st-annotated-text==3.0.0
|
14 |
markdown==3.4.1
|
15 |
summa==1.2.0
|
16 |
+
plotly
|
17 |
+
xlsxwriter
|
18 |
altair==4.0
|
19 |
streamlit-aggrid
|
20 |
+
python-docx
|
|