Update requirements.txt
Browse files- requirements.txt +19 -7
requirements.txt
CHANGED
@@ -1,8 +1,20 @@
|
|
1 |
-
gradio
|
2 |
-
requests
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
openai-whisper
|
7 |
-
|
8 |
-
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
requests>=2.25.1
|
3 |
+
pandas>=1.3.5
|
4 |
+
smolagents>=1.9.0
|
5 |
+
huggingface_hub>=0.17.1
|
6 |
+
pypdf2>=3.0.0
|
7 |
+
pillow>=9.0.0
|
8 |
+
matplotlib>=3.5.0
|
9 |
+
numpy>=1.21.0
|
10 |
+
PyPDF2>=3.0.0
|
11 |
+
openpyxl>=3.0.9
|
12 |
+
python-dotenv>=0.19.0
|
13 |
+
openai>=1.0.0
|
14 |
+
tiktoken>=0.5.0 # Required for OpenAI token counting
|
15 |
+
youtube-transcript-api
|
16 |
openai-whisper
|
17 |
+
SPARQLWrapper
|
18 |
+
python-chess
|
19 |
+
sympy
|
20 |
+
stockfish
|