Update requirements.txt
Browse files- requirements.txt +4 -17
requirements.txt
CHANGED
@@ -1,19 +1,6 @@
|
|
1 |
-
farm-haystack == 1.10
|
2 |
-
farm-haystack[ocr]==1.10.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 |
-
|
6 |
-
|
7 |
-
numpy==1.22.1
|
8 |
-
pandas==1.4.0
|
9 |
-
pdfplumber==0.6.2
|
10 |
-
Pillow==9.1.1
|
11 |
-
seaborn==0.11.2
|
12 |
-
transformers==4.21.2
|
13 |
-
st-annotated-text==3.0.0
|
14 |
-
markdown==3.4.1
|
15 |
-
summa==1.2.0
|
16 |
altair<5
|
17 |
-
streamlit
|
18 |
-
|
19 |
-
streamlit_option_menu
|
|
|
|
|
|
|
|
|
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@streamlit#egg=utils
|
3 |
+
git+https://github.com/gizdatalab/SDSN_app.git@main#egg=appstore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
altair<5
|
5 |
+
streamlit==1.10.0
|
6 |
+
pydantic==1.8.2
|
|