Update requirements.txt
Browse files- requirements.txt +8 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,12 @@
|
|
| 1 |
-
|
| 2 |
pandas
|
| 3 |
-
openai
|
| 4 |
matplotlib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
python-dotenv
|
| 6 |
Pillow
|
|
|
|
| 1 |
+
numpy
|
| 2 |
pandas
|
|
|
|
| 3 |
matplotlib
|
| 4 |
+
seaborn
|
| 5 |
+
scikit-learn
|
| 6 |
+
scipy
|
| 7 |
+
statsmodels
|
| 8 |
+
jupyter
|
| 9 |
+
gradio
|
| 10 |
+
openai
|
| 11 |
python-dotenv
|
| 12 |
Pillow
|