Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -19
requirements.txt
CHANGED
@@ -1,24 +1,16 @@
|
|
1 |
-
farm-haystack == 1.
|
2 |
-
farm-haystack[ocr,pdf]==1.
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
matplotlib==3.5.1
|
6 |
-
nltk==3.7
|
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.25.1
|
13 |
-
st-annotated-text==3.0.0
|
14 |
-
markdown==3.4.1
|
15 |
-
summa==1.2.0
|
16 |
-
plotly
|
17 |
xlsxwriter
|
18 |
-
|
19 |
-
streamlit-aggrid
|
20 |
-
python-docx
|
21 |
-
setfit
|
22 |
-
plotly.express
|
23 |
-
scikit-learn==1.0.2
|
24 |
-
pipreqs
|
|
|
1 |
+
farm-haystack == 1.24
|
2 |
+
farm-haystack[ocr,pdf]==1.24
|
3 |
+
farm-haystack[preprocessing] == 1.24
|
4 |
+
scikit-learn==1.3.2
|
5 |
+
setfit==1.0.3
|
6 |
+
torch==2.1.0
|
7 |
+
datasets==2.3.0
|
8 |
+
streamlit==1.21.0
|
9 |
+
altair<5
|
10 |
+
pydantic==1.8.2
|
11 |
matplotlib==3.5.1
|
|
|
12 |
numpy==1.22.1
|
13 |
pandas==1.4.0
|
|
|
|
|
14 |
seaborn==0.11.2
|
|
|
|
|
|
|
|
|
|
|
15 |
xlsxwriter
|
16 |
+
plotly.express
|
|
|
|
|
|
|
|
|
|
|
|