Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
-
streamlit=
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
pydantic==2.8.2
|
| 7 |
-
python-dateutil==2.9.0.post0
|
|
|
|
| 1 |
+
streamlit>=1.31.0
|
| 2 |
+
pydantic>=2.6.0
|
| 3 |
+
pandas>=2.0.0
|
| 4 |
+
pdfplumber>=0.10.3
|
| 5 |
+
PyMuPDF>=1.23.0
|
|
|
|
|
|