jtdearmon commited on
Commit
72e424f
·
verified ·
1 Parent(s): 583cee7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
- # ---- Core UI (pin to a known-good set with websockets>=12 support) ----
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 ----