Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,12 +1,14 @@
|
|
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 |
torch==2.1.0
|
6 |
datasets==2.3.0
|
7 |
streamlit==1.21.0
|
8 |
altair<5
|
9 |
-
pydantic==1.8.2
|
10 |
matplotlib==3.5.1
|
11 |
numpy==1.22.1
|
12 |
pandas==1.4.0
|
|
|
1 |
farm-haystack == 1.24
|
2 |
farm-haystack[ocr,pdf]==1.24
|
3 |
farm-haystack[preprocessing] == 1.24
|
4 |
+
spaces==0.17.0
|
5 |
+
pydantic==1.8.2
|
6 |
+
typer==0.4.0
|
7 |
scikit-learn==1.3.2
|
8 |
torch==2.1.0
|
9 |
datasets==2.3.0
|
10 |
streamlit==1.21.0
|
11 |
altair<5
|
|
|
12 |
matplotlib==3.5.1
|
13 |
numpy==1.22.1
|
14 |
pandas==1.4.0
|