Update requirements.txt
Browse files- requirements.txt +8 -11
requirements.txt
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
scikit-learn
|
10 |
-
joblib
|
11 |
-
pdfkit
|
|
|
1 |
+
streamlit>=1.32.0
|
2 |
+
pandas>=2.0.0
|
3 |
+
numpy>=1.24.0
|
4 |
+
matplotlib>=3.7.0
|
5 |
+
seaborn>=0.12.0
|
6 |
+
langchain>=0.1.0
|
7 |
+
openai>=1.0.0
|
8 |
+
python-dotenv>=1.0.0
|
|
|
|
|
|