Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
-
# ---- Core UI
|
| 2 |
gradio==4.44.0
|
| 3 |
gradio_client==1.3.0
|
|
|
|
|
|
|
|
|
|
| 4 |
websockets==12.0
|
| 5 |
|
| 6 |
# ---- Data & dates ----
|
|
|
|
| 1 |
+
# ---- Core UI ----
|
| 2 |
gradio==4.44.0
|
| 3 |
gradio_client==1.3.0
|
| 4 |
+
|
| 5 |
+
# ---- WebSocket stack required by gradio_client ----
|
| 6 |
+
# websockets.asyncio exists in websockets >= 12
|
| 7 |
websockets==12.0
|
| 8 |
|
| 9 |
# ---- Data & dates ----
|