jtdearmon commited on
Commit
174aa79
·
verified ·
1 Parent(s): 4cca332

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt CHANGED
@@ -17,3 +17,6 @@ openai==0.28.1
17
 
18
  # ---- Pinecone (modern client with `from pinecone import Pinecone`) ----
19
  pinecone-client>=3.0,<4
 
 
 
 
17
 
18
  # ---- Pinecone (modern client with `from pinecone import Pinecone`) ----
19
  pinecone-client>=3.0,<4
20
+
21
+ # ---- Needed by gradio_client; fixes ModuleNotFoundError: websockets.asyncio
22
+ websockets>=12,<13