Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
pandas
|
| 3 |
-
numpy
|
| 4 |
-
matplotlib
|
| 5 |
-
pillow
|
| 6 |
-
plotly
|
|
|
|
| 1 |
+
gradio==5.22.0
|
| 2 |
+
pandas>=2.0.0
|
| 3 |
+
numpy>=1.24.0
|
| 4 |
+
matplotlib>=3.7.0
|
| 5 |
+
pillow>=10.0.0
|
| 6 |
+
plotly>=5.18.0
|