Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
-
pandas
|
| 2 |
-
numpy
|
| 3 |
-
gradio
|
| 4 |
-
plotly
|
| 5 |
-
|
| 6 |
-
statsmodels
|
| 7 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas>=1.5.3
|
| 2 |
+
numpy>=1.24.2
|
| 3 |
+
gradio>=3.35.0
|
| 4 |
+
plotly>=5.13.0
|
| 5 |
+
scikit-learn>=1.2.2
|
| 6 |
+
statsmodels>=0.14.0
|
| 7 |
+
matplotlib>=3.6.0
|
| 8 |
+
scipy>=1.9.3
|
| 9 |
+
joblib>=1.2.0
|