Spaces:
Runtime error
Runtime error
Update requirements.txt to comment out audioop-lts and clarify version compatibility
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
aiofiles==24.1.0
|
2 |
annotated-types==0.7.0
|
3 |
anyio==4.9.0
|
4 |
-
audioop-lts
|
|
|
5 |
certifi==2025.4.26
|
6 |
charset-normalizer==3.4.2
|
7 |
click==8.2.1
|
@@ -63,4 +64,4 @@ typing_extensions==4.14.0
|
|
63 |
tzdata==2025.2
|
64 |
urllib3==2.4.0
|
65 |
uvicorn==0.34.3
|
66 |
-
websockets==15.0.1
|
|
|
1 |
aiofiles==24.1.0
|
2 |
annotated-types==0.7.0
|
3 |
anyio==4.9.0
|
4 |
+
# Remove or replace audioop-lts with compatible version
|
5 |
+
# audioop-lts==0.2.1
|
6 |
certifi==2025.4.26
|
7 |
charset-normalizer==3.4.2
|
8 |
click==8.2.1
|
|
|
64 |
tzdata==2025.2
|
65 |
urllib3==2.4.0
|
66 |
uvicorn==0.34.3
|
67 |
+
websockets==15.0.1
|