Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
autogen-agentchat
|
| 2 |
+
autogen-ext
|
| 3 |
+
gradio
|
| 4 |
+
torch==2.2.2
|
| 5 |
+
TTS
|
| 6 |
+
autogen-ext[anthropic]
|
| 7 |
+
autogen-ext[openai,azure]
|
| 8 |
+
autogen-ext[ollama]
|
| 9 |
+
serpapi
|
| 10 |
+
weasyprint
|
| 11 |
+
google-search-results
|
| 12 |
+
pillow
|
| 13 |
+
soundfile
|
| 14 |
+
markdown-pdf
|