Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -8,11 +8,13 @@ groq
|
|
| 8 |
# Data processing
|
| 9 |
pandas
|
| 10 |
numpy
|
|
|
|
| 11 |
|
| 12 |
# Plotting
|
| 13 |
matplotlib
|
| 14 |
seaborn
|
| 15 |
Pillow
|
|
|
|
| 16 |
|
| 17 |
# Web UI
|
| 18 |
gradio
|
|
|
|
| 8 |
# Data processing
|
| 9 |
pandas
|
| 10 |
numpy
|
| 11 |
+
scikit-learn
|
| 12 |
|
| 13 |
# Plotting
|
| 14 |
matplotlib
|
| 15 |
seaborn
|
| 16 |
Pillow
|
| 17 |
+
plotly
|
| 18 |
|
| 19 |
# Web UI
|
| 20 |
gradio
|