Commit
·
1014b59
1
Parent(s):
a3a6cb9
fix4 Final Assignment Agent
Browse files- requirements.txt +41 -1
requirements.txt
CHANGED
@@ -34,4 +34,44 @@ pillow>=10.0.0
|
|
34 |
selenium>=4.0.0
|
35 |
helium>=3.0.0
|
36 |
serpapi
|
37 |
-
google-search-results
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
selenium>=4.0.0
|
35 |
helium>=3.0.0
|
36 |
serpapi
|
37 |
+
google-search-results
|
38 |
+
anthropic>=0.37.1
|
39 |
+
audioop-lts<1.0; python_version >= "3.13" # required to use pydub in Python >=3.13; LTS port of the removed Python builtin module audioop
|
40 |
+
beautifulsoup4>=4.12.3
|
41 |
+
datasets>=2.21.0
|
42 |
+
google_search_results>=2.4.2
|
43 |
+
huggingface_hub>=0.23.4
|
44 |
+
mammoth>=1.8.0
|
45 |
+
markdownify>=0.13.1
|
46 |
+
numexpr>=2.10.1
|
47 |
+
numpy>=2.1.2
|
48 |
+
openai>=1.52.2
|
49 |
+
openpyxl
|
50 |
+
pandas>=2.2.3
|
51 |
+
pathvalidate>=3.2.1
|
52 |
+
pdfminer>=20191125
|
53 |
+
pdfminer.six>=20240706
|
54 |
+
Pillow>=11.0.0
|
55 |
+
puremagic>=1.28
|
56 |
+
pypdf>=5.1.0
|
57 |
+
python-dotenv>=1.0.1
|
58 |
+
python_pptx>=1.0.2
|
59 |
+
Requests>=2.32.3
|
60 |
+
serpapi>=0.1.5
|
61 |
+
tqdm>=4.66.4
|
62 |
+
torch>=2.2.2
|
63 |
+
torchvision>=0.17.2
|
64 |
+
transformers>=4.46.0
|
65 |
+
youtube_transcript_api>=0.6.2
|
66 |
+
chess
|
67 |
+
sympy
|
68 |
+
pubchempy
|
69 |
+
Bio
|
70 |
+
scikit-learn
|
71 |
+
scipy
|
72 |
+
pydub
|
73 |
+
PyPDF2
|
74 |
+
python-pptx
|
75 |
+
torch
|
76 |
+
xlrd
|
77 |
+
SpeechRecognition
|