jtdearmon commited on
Commit
ce27853
·
verified ·
1 Parent(s): cff4a28

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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