Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
tensorflow=
|
| 2 |
-
numpy=
|
| 3 |
-
pillow=
|
| 4 |
-
gradio=
|
|
|
|
|
|
| 1 |
+
tensorflow>=2.11,<2.14
|
| 2 |
+
numpy>=1.21,<1.26
|
| 3 |
+
pillow>=9.0,<10.0
|
| 4 |
+
gradio>=4.0,<4.30
|
| 5 |
+
streamlit>=1.20,<1.35
|