Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +40 -0
requirements.txt
CHANGED
@@ -2,3 +2,43 @@ duckduckgo-search>=4.0.1
|
|
2 |
litellm>=0.21.10
|
3 |
gradio>=4.0.0
|
4 |
python-dotenv>=1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
litellm>=0.21.10
|
3 |
gradio>=4.0.0
|
4 |
python-dotenv>=1.0.0
|
5 |
+
git+https://github.com/huggingface/smolagents.git@main#egg=smolagents
|
6 |
+
anthropic>=0.37.1
|
7 |
+
beautifulsoup4>=4.12.3
|
8 |
+
datasets>=2.21.0
|
9 |
+
google_search_results>=2.4.2
|
10 |
+
huggingface_hub>=0.23.4
|
11 |
+
mammoth>=1.8.0
|
12 |
+
markdownify>=0.13.1
|
13 |
+
numexpr>=2.10.1
|
14 |
+
numpy>=2.1.2
|
15 |
+
openai>=1.52.2
|
16 |
+
openpyxl
|
17 |
+
pandas>=2.2.3
|
18 |
+
pathvalidate>=3.2.1
|
19 |
+
pdfminer>=20191125
|
20 |
+
pdfminer.six>=20240706
|
21 |
+
Pillow>=11.0.0
|
22 |
+
puremagic>=1.28
|
23 |
+
pypdf>=5.1.0
|
24 |
+
python-dotenv>=1.0.1
|
25 |
+
python_pptx>=1.0.2
|
26 |
+
Requests>=2.32.3
|
27 |
+
serpapi>=0.1.5
|
28 |
+
tqdm>=4.66.4
|
29 |
+
torch>=2.2.2
|
30 |
+
torchvision>=0.17.2
|
31 |
+
transformers>=4.46.0
|
32 |
+
youtube_transcript_api>=0.6.2
|
33 |
+
chess
|
34 |
+
sympy
|
35 |
+
pubchempy
|
36 |
+
Bio
|
37 |
+
scikit-learn
|
38 |
+
scipy
|
39 |
+
pydub
|
40 |
+
PyPDF2
|
41 |
+
python-pptx
|
42 |
+
torch
|
43 |
+
xlrd
|
44 |
+
SpeechRecognition
|