Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
pandas>=1.
|
| 2 |
-
numpy>=1.
|
| 3 |
plotly>=5.0.0
|
| 4 |
gradio>=3.0.0
|
| 5 |
-
scipy>=1.
|
|
|
|
|
|
| 1 |
+
pandas>=1.5.0
|
| 2 |
+
numpy>=1.20.0
|
| 3 |
plotly>=5.0.0
|
| 4 |
gradio>=3.0.0
|
| 5 |
+
scipy>=1.7.0
|
| 6 |
+
requests>=2.0.0
|