Commit ·
f8e8c9b
1
Parent(s): e43ff8a
added more packages
Browse files- requirements.txt +12 -6
requirements.txt
CHANGED
|
@@ -1,8 +1,14 @@
|
|
| 1 |
gradio
|
| 2 |
-
requests
|
| 3 |
-
smolagents
|
| 4 |
smolagents[openai]
|
| 5 |
-
openpyxl
|
| 6 |
-
|
| 7 |
-
llama-index-readers-
|
| 8 |
-
google-genai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
+
requests==2.32.3
|
| 3 |
+
smolagents==1.14.0
|
| 4 |
smolagents[openai]
|
| 5 |
+
openpyxl==3.1.5
|
| 6 |
+
wikipedia==1.4.0
|
| 7 |
+
llama-index-readers-youtube-transcript==0.3.0
|
| 8 |
+
google-genai==1.13.0
|
| 9 |
+
tabulate==0.9.0
|
| 10 |
+
beautifulsoup4==4.13.3
|
| 11 |
+
pandas==2.2.3
|
| 12 |
+
openai==1.75.0
|
| 13 |
+
google==3.0.0
|
| 14 |
+
pillow==11.1.0
|