Spaces:
Running
Running
fix: pin gradio>=5 + audioop-lts shim for py3.13
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
gradio>=
|
|
|
|
| 2 |
agentfit-py>=0.1.0
|
| 3 |
agentguard-firewall>=0.1.0
|
| 4 |
agentsnap-py>=0.1.0
|
|
|
|
| 1 |
+
gradio>=5.0.0
|
| 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
|