Commit
·
70e2d70
1
Parent(s):
fc7015b
updated requirements with versions
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
gradio
|
2 |
-
smolagents
|
3 |
-
pandas
|
4 |
-
requests
|
5 |
-
beautifulsoup4
|
6 |
-
duckduckgo-search
|
7 |
-
openpyxl
|
8 |
-
whisper
|
9 |
-
torch
|
10 |
-
ffmpeg-python
|
11 |
-
python-dotenv
|
|
|
1 |
+
gradio==5.28.0
|
2 |
+
smolagents==1.14.0
|
3 |
+
pandas==2.2.3
|
4 |
+
requests==2.32.3
|
5 |
+
beautifulsoup4==4.13.4
|
6 |
+
duckduckgo-search==8.0.1
|
7 |
+
openpyxl==3.1.5
|
8 |
+
whisper==1.1.10
|
9 |
+
torch==2.1.0
|
10 |
+
ffmpeg-python==0.2.0
|
11 |
+
python-dotenv==1.1.0
|