Spaces:
Running
Running
Update requirements.txt
#1
by
Kaarthage
- opened
- requirements.txt +19 -18
requirements.txt
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
-
gradio
|
2 |
-
requests
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
requests>=2.31.0
|
3 |
+
smolagents>=1.14.0
|
4 |
+
smolagents[openai]>=1.14.0
|
5 |
+
pytube>=15.0.0
|
6 |
+
opencv-python>=4.8.0
|
7 |
+
pillow>=10.0.0
|
8 |
+
python-chess>=1.10.0
|
9 |
+
pandas>=2.0.0
|
10 |
+
numpy>=1.24.0
|
11 |
+
matplotlib>=3.7.0
|
12 |
+
openpyxl>=3.1.0
|
13 |
+
beautifulsoup4>=4.12.0
|
14 |
+
duckduckgo-search>=4.1.0
|
15 |
+
transformers>=4.38.0
|
16 |
+
huggingface_hub>=0.20.0
|
17 |
+
scikit-learn>=1.3.0
|
18 |
+
PyYAML>=6.0
|
19 |
+
ffmpeg-python>=0.2.0
|