[CHIMERA] Fix Python 3.13 pydub issue - switch to Docker/Python 3.11
Browse files- requirements.txt +0 -3
requirements.txt
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
-
# Pentesting Agent Zero - Fixed Requirements
|
| 2 |
gradio>=5.0.0
|
| 3 |
smolagents>=1.0.0
|
| 4 |
huggingface_hub>=0.26.0
|
| 5 |
requests
|
| 6 |
-
transformers>=4.45.0
|
| 7 |
-
torch>=2.0.0
|
| 8 |
aiohttp>=3.8.0
|
| 9 |
pydantic>=2.0.0
|
|
|
|
|
|
|
| 1 |
gradio>=5.0.0
|
| 2 |
smolagents>=1.0.0
|
| 3 |
huggingface_hub>=0.26.0
|
| 4 |
requests
|
|
|
|
|
|
|
| 5 |
aiohttp>=3.8.0
|
| 6 |
pydantic>=2.0.0
|