From e2f5ff1c1914d6a2a71b72d34e97216809b05aa8 Mon Sep 17 00:00:00 2001 From: HongCheng Date: Mon, 22 Apr 2024 17:49:03 +0900 Subject: [PATCH] add websockts version # gradio 3.50.2 and gradio-client 0.6.1 require websockets<12.0,>=10.0, but you have websockets 12.0 which is incompatible. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f618b19..95ac855 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ openxlab tiktoken einops oss2 -requests \ No newline at end of file +requests +websockets==11.0.3