Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
pandas
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.26.0
|
| 2 |
+
pandas>=1.5.3
|
| 3 |
+
numpy>=1.24.3
|
| 4 |
+
scikit-learn>=1.2.2
|
| 5 |
+
PyMuPDF>=1.22.5
|
| 6 |
+
joblib>=1.2.0
|
| 7 |
+
requests>=2.28.2
|
| 8 |
+
python-dotenv>=1.0.0
|