Yago Bolivar commited on
Commit
1350237
·
1 Parent(s): d0584cc

chore: update requirements.txt to include additional dependencies for enhanced functionality

Browse files
Files changed (1) hide show
  1. requirements.txt +109 -16
requirements.txt CHANGED
@@ -1,16 +1,109 @@
1
- gradio[oauth]>=5.0.0
2
- requests>=2.31.0
3
- pandas>=2.0.0
4
- python-dotenv>=1.0.0
5
- huggingface-hub>=0.19.0
6
- itsdangerous>=2.1.2 # Required for gradio oauth
7
- aider-install>=0.1.3
8
- uv>=0.6.6
9
-
10
- # Dependencies for GAIA Agent
11
- gpt4all>=2.0.0 # For local LLM integration
12
- beautifulsoup4>=4.12.0 # For web scraping
13
- pillow>=10.0.0 # For image processing
14
- google-api-python-client>=2.100.0 # For Google search API
15
-
16
- # Add vision and speech-to-text libraries as needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aider-install==0.1.3
2
+ aiofiles==24.1.0
3
+ annotated-types==0.7.0
4
+ anyio==4.9.0
5
+ audioop-lts==0.2.1
6
+ audioread==3.0.1
7
+ Authlib==1.5.2
8
+ beautifulsoup4==4.13.4
9
+ cachetools==5.5.2
10
+ certifi==2025.4.26
11
+ cffi==1.17.1
12
+ charset-normalizer==3.4.1
13
+ click==8.1.8
14
+ cryptography==44.0.3
15
+ decorator==5.2.1
16
+ fastapi==0.115.12
17
+ ffmpeg==1.4
18
+ ffmpy==0.5.0
19
+ filelock==3.18.0
20
+ fsspec==2025.3.2
21
+ git-filter-repo==2.47.0
22
+ google-api-core==2.24.2
23
+ google-api-python-client==2.169.0
24
+ google-auth==2.40.1
25
+ google-auth-httplib2==0.2.0
26
+ googleapis-common-protos==1.70.0
27
+ gpt4all==2.8.2
28
+ gradio==5.28.0
29
+ gradio_client==1.10.0
30
+ groovy==0.1.2
31
+ h11==0.16.0
32
+ httpcore==1.0.9
33
+ httplib2==0.22.0
34
+ httpx==0.28.1
35
+ huggingface-hub==0.30.2
36
+ idna==3.10
37
+ itsdangerous==2.2.0
38
+ Jinja2==3.1.6
39
+ joblib==1.5.0
40
+ lazy_loader==0.4
41
+ librosa==0.11.0
42
+ llvmlite==0.44.0
43
+ markdown-it-py==3.0.0
44
+ MarkupSafe==3.0.2
45
+ mdurl==0.1.2
46
+ mpmath==1.3.0
47
+ msgpack==1.1.0
48
+ networkx==3.4.2
49
+ numba==0.61.2
50
+ numpy==2.2.5
51
+ orjson==3.10.18
52
+ packaging==25.0
53
+ pandas==2.2.3
54
+ pillow==11.2.1
55
+ platformdirs==4.3.8
56
+ pooch==1.8.2
57
+ proto-plus==1.26.1
58
+ protobuf==6.30.2
59
+ pyasn1==0.6.1
60
+ pyasn1_modules==0.4.2
61
+ pycparser==2.22
62
+ pydantic==2.11.4
63
+ pydantic_core==2.33.2
64
+ pydub==0.25.1
65
+ Pygments==2.19.1
66
+ pyparsing==3.2.3
67
+ python-dateutil==2.9.0.post0
68
+ python-dotenv==1.1.0
69
+ python-multipart==0.0.20
70
+ pytz==2025.2
71
+ PyYAML==6.0.2
72
+ regex==2024.11.6
73
+ requests==2.32.3
74
+ rich==14.0.0
75
+ rsa==4.9.1
76
+ ruff==0.11.7
77
+ safehttpx==0.1.6
78
+ safetensors==0.5.3
79
+ scikit-learn==1.6.1
80
+ scipy==1.15.3
81
+ semantic-version==2.10.0
82
+ setuptools==80.3.1
83
+ shellingham==1.5.4
84
+ six==1.17.0
85
+ sniffio==1.3.1
86
+ soundfile==0.13.1
87
+ soupsieve==2.7
88
+ soxr==0.5.0.post1
89
+ standard-aifc==3.13.0
90
+ standard-chunk==3.13.0
91
+ standard-sunau==3.13.0
92
+ starlette==0.46.2
93
+ sympy==1.14.0
94
+ threadpoolctl==3.6.0
95
+ tokenizers==0.21.1
96
+ tomlkit==0.13.2
97
+ torch==2.7.0
98
+ torchaudio==2.7.0
99
+ tqdm==4.67.1
100
+ transformers==4.51.3
101
+ typer==0.15.3
102
+ typing-inspection==0.4.0
103
+ typing_extensions==4.13.2
104
+ tzdata==2025.2
105
+ uritemplate==4.1.1
106
+ urllib3==2.4.0
107
+ uv==0.6.6
108
+ uvicorn==0.34.2
109
+ websockets==15.0.1