Update requirements.txt
Browse files- requirements.txt +6 -41
requirements.txt
CHANGED
@@ -1,43 +1,8 @@
|
|
1 |
-
farm-haystack == 1.24
|
2 |
-
farm-haystack[ocr,pdf]==1.24
|
3 |
-
farm-haystack[preprocessing] == 1.24
|
4 |
-
torch==2.1.0
|
5 |
-
spacy==3.2.0
|
6 |
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
|
7 |
-
|
8 |
-
nltk==3.7
|
9 |
-
numpy==1.22.1
|
10 |
-
pandas==1.4.0
|
11 |
-
pdfplumber==0.6.2
|
12 |
-
Pillow==9.1.1
|
13 |
-
seaborn==0.11.2
|
14 |
-
transformers==4.36.2
|
15 |
-
st-annotated-text==3.0.0
|
16 |
-
markdown==3.4.1
|
17 |
-
summa==1.2.0
|
18 |
-
plotly
|
19 |
-
xlsxwriter
|
20 |
altair<5
|
21 |
-
streamlit
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
#spacy==3.2.0
|
27 |
-
#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
|
28 |
-
#matplotlib==3.5.1
|
29 |
-
#nltk==3.7
|
30 |
-
#numpy==1.22.1
|
31 |
-
#pandas==1.4.0
|
32 |
-
#pdfplumber==0.6.2
|
33 |
-
#Pillow==9.1.1
|
34 |
-
#seaborn==0.11.2
|
35 |
-
#transformers==4.25.1
|
36 |
-
#st-annotated-text==3.0.0
|
37 |
-
#markdown==3.4.1
|
38 |
-
#summa==1.2.0
|
39 |
-
#plotly
|
40 |
-
#xlsxwriter
|
41 |
-
#altair<5
|
42 |
-
#streamlit-aggrid
|
43 |
-
#python-docx
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
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
|
2 |
+
git+https://github.com/gizdatalab/haystack_utils.git@droid#egg=utils
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
altair<5
|
4 |
+
streamlit==1.31.0
|
5 |
+
pydantic==1.8.2
|
6 |
+
plotly==5.19.0
|
7 |
+
xlsxwriter==3.2.0
|
8 |
+
streamlit-aggrid==0.3.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|