Spaces:
Sleeping
Sleeping
fix: drop audioop-lts, pin gradio<5
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
-
audioop-lts; python_version >= "3.13"
|
| 3 |
agentfit-py>=0.1.0
|
| 4 |
agentguard-firewall>=0.1.0
|
| 5 |
agentsnap-py>=0.1.0
|
|
|
|
| 1 |
+
gradio>=4.44.0,<5
|
|
|
|
| 2 |
agentfit-py>=0.1.0
|
| 3 |
agentguard-firewall>=0.1.0
|
| 4 |
agentsnap-py>=0.1.0
|