Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
gradio=
|
| 2 |
-
tensorflow
|
| 3 |
-
numpy=
|
| 4 |
-
pandas=
|
| 5 |
-
plotly=
|
| 6 |
-
Pillow=
|
| 7 |
-
requests=
|
| 8 |
-
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
tensorflow>=2.13.0
|
| 3 |
+
numpy>=1.24.0
|
| 4 |
+
pandas>=1.5.0
|
| 5 |
+
plotly>=5.15.0
|
| 6 |
+
Pillow>=9.5.0
|
| 7 |
+
requests>=2.31.0
|
| 8 |
+
h5py>=3.8.0
|