Spaces:
Runtime error
Runtime error
requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
CHANGED
@@ -20,6 +20,17 @@ jupyter
|
|
20 |
ipython
|
21 |
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
gradio
|
24 |
requests
|
25 |
smolagents~=1.12.0
|
|
|
20 |
ipython
|
21 |
|
22 |
|
23 |
+
gradio
|
24 |
+
requests
|
25 |
+
pandas
|
26 |
+
smolagents
|
27 |
+
smolagents[openai]
|
28 |
+
python-dotenv # only if you use load_dotenv()
|
29 |
+
tavily-python # For web search (or use serpapi)
|
30 |
+
OpenAI
|
31 |
+
openpyxl
|
32 |
+
youtube_transcript_api
|
33 |
+
|
34 |
gradio
|
35 |
requests
|
36 |
smolagents~=1.12.0
|