Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -4,7 +4,8 @@ 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 ----
|
| 10 |
pandas==2.2.2
|
|
|
|
| 4 |
|
| 5 |
# ---- WebSocket stack required by gradio_client ----
|
| 6 |
# websockets.asyncio exists in websockets >= 12
|
| 7 |
+
#websockets==12.0
|
| 8 |
+
websockets>=12.0
|
| 9 |
|
| 10 |
# ---- Data & dates ----
|
| 11 |
pandas==2.2.2
|