Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -108,4 +108,6 @@ uritemplate==4.1.1
|
|
108 |
urllib3==2.3.0
|
109 |
uvicorn==0.34.0
|
110 |
websocket-client==1.8.0
|
111 |
-
websockets==14.2
|
|
|
|
|
|
108 |
urllib3==2.3.0
|
109 |
uvicorn==0.34.0
|
110 |
websocket-client==1.8.0
|
111 |
+
websockets==14.2
|
112 |
+
--no-binary=:all: pyaudio ; platform_system != "Linux"
|
113 |
+
--only-binary=:all: pyaudio ; platform_system == "Linux"
|