Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
openai==0.27.0
|
2 |
streamlit==1.20.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
openai==0.27.0
|
2 |
streamlit==1.20.0
|
3 |
+
scikit-learn
|
4 |
+
pandas
|
5 |
+
numpy
|
6 |
+
matplotlib
|
7 |
+
streamlit>=1.30.0
|
8 |
+
pandas>=1.5.0
|
9 |
+
scikit-learn>=1.2.0
|
10 |
+
|