Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +42 -2
requirements.txt
CHANGED
@@ -1,2 +1,42 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
anthropic>=0.37.1
|
2 |
+
audioop-lts<1.0; python_version >= "3.13"
|
3 |
+
beautifulsoup4>=4.12.3
|
4 |
+
datasets>=2.21.0
|
5 |
+
google_search_results>=2.4.2
|
6 |
+
gradio>=4.26.0
|
7 |
+
huggingface_hub>=0.23.4
|
8 |
+
litellm>=1.35.0
|
9 |
+
mammoth>=1.8.0
|
10 |
+
markdownify>=0.13.1
|
11 |
+
numexpr>=2.10.1
|
12 |
+
numpy>=2.1.2
|
13 |
+
openai>=1.52.2
|
14 |
+
openpyxl
|
15 |
+
pandas>=2.2.3
|
16 |
+
pathvalidate>=3.2.1
|
17 |
+
pdfminer>=20191125
|
18 |
+
pdfminer.six>=20240706
|
19 |
+
Pillow>=11.0.0
|
20 |
+
puremagic>=1.28
|
21 |
+
pypdf>=5.1.0
|
22 |
+
python-dotenv>=1.0.1
|
23 |
+
python_pptx>=1.0.2
|
24 |
+
requests>=2.32.3
|
25 |
+
serpapi>=0.1.5
|
26 |
+
smolagents>=0.0.2
|
27 |
+
tqdm>=4.66.4
|
28 |
+
torch>=2.2.2
|
29 |
+
torchvision>=0.17.2
|
30 |
+
transformers>=4.46.0
|
31 |
+
youtube_transcript_api>=0.6.2
|
32 |
+
chess
|
33 |
+
sympy
|
34 |
+
pubchempy
|
35 |
+
Bio
|
36 |
+
scikit-learn
|
37 |
+
scipy
|
38 |
+
pydub
|
39 |
+
PyPDF2
|
40 |
+
python-pptx
|
41 |
+
xlrd
|
42 |
+
SpeechRecognition
|