ahfmrptEkd commited on
Commit
f838746
·
1 Parent(s): 48ac4f0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +178 -16
requirements.txt CHANGED
@@ -1,16 +1,178 @@
1
- gradio
2
- requests
3
- langgraph
4
- langchain-core
5
- langchain-google-genai
6
- python-dotenv
7
- pandas
8
- google-generativeai
9
- langchain_experimental
10
- pypdf
11
- openai-whisper
12
- torch
13
- yt_dlp
14
- openpyxl
15
- xlrd
16
- google-genai
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.12.15
4
+ aiosignal==1.4.0
5
+ annotated-types==0.7.0
6
+ anthropic==0.61.0
7
+ anyio==4.10.0
8
+ async-timeout==4.0.3
9
+ attrs==25.3.0
10
+ authlib==1.6.1
11
+ backports-tarfile==1.2.0
12
+ beautifulsoup4==4.13.4
13
+ brotli==1.1.0
14
+ cachetools==5.5.2
15
+ certifi==2025.8.3
16
+ cffi==1.17.1
17
+ charset-normalizer==3.4.2
18
+ click==8.2.1
19
+ contourpy==1.3.2
20
+ cryptography==45.0.6
21
+ cycler==0.12.1
22
+ dataclasses-json==0.6.7
23
+ distro==1.9.0
24
+ docx2txt==0.9
25
+ duckduckgo-search==8.1.1
26
+ et-xmlfile==2.0.0
27
+ exceptiongroup==1.3.0
28
+ fastapi==0.116.1
29
+ ffmpy==0.6.1
30
+ filelock==3.18.0
31
+ filetype==1.2.0
32
+ fonttools==4.59.0
33
+ frozenlist==1.7.0
34
+ fsspec==2025.7.0
35
+ google-ai-generativelanguage==0.6.15
36
+ google-api-core==2.25.1
37
+ google-api-python-client==2.178.0
38
+ google-auth==2.40.3
39
+ google-auth-httplib2==0.2.0
40
+ google-genai==1.29.0
41
+ google-generativeai==0.8.5
42
+ googleapis-common-protos==1.70.0
43
+ gradio==5.41.1
44
+ gradio-client==1.11.0
45
+ greenlet==3.2.4
46
+ groovy==0.1.2
47
+ grpcio==1.74.0
48
+ grpcio-status==1.71.2
49
+ h11==0.16.0
50
+ hf-xet==1.1.7
51
+ httpcore==1.0.9
52
+ httplib2==0.22.0
53
+ httpx==0.28.1
54
+ httpx-sse==0.4.1
55
+ huggingface-hub==0.34.3
56
+ idna==3.10
57
+ itsdangerous==2.2.0
58
+ jaraco-context==6.0.1
59
+ jinja2==3.1.6
60
+ jiter==0.10.0
61
+ jsonpatch==1.33
62
+ jsonpointer==3.0.0
63
+ kiwisolver==1.4.8
64
+ langchain==0.3.27
65
+ langchain-community==0.3.27
66
+ langchain-core==0.3.72
67
+ langchain-experimental==0.3.4
68
+ langchain-google-genai==2.0.10
69
+ langchain-text-splitters==0.3.9
70
+ langgraph==0.6.3
71
+ langgraph-checkpoint==2.1.1
72
+ langgraph-prebuilt==0.6.3
73
+ langgraph-sdk==0.2.0
74
+ langsmith==0.4.13
75
+ llvmlite==0.44.0
76
+ lxml==6.0.0
77
+ markdown-it-py==3.0.0
78
+ markupsafe==3.0.2
79
+ marshmallow==3.26.1
80
+ matplotlib==3.10.5
81
+ mdurl==0.1.2
82
+ more-itertools==10.7.0
83
+ mpmath==1.3.0
84
+ multidict==6.6.3
85
+ mypy-extensions==1.1.0
86
+ networkx==3.4.2
87
+ numba==0.61.2
88
+ numpy==2.2.6
89
+ nvidia-cublas-cu12==12.8.4.1
90
+ nvidia-cuda-cupti-cu12==12.8.90
91
+ nvidia-cuda-nvrtc-cu12==12.8.93
92
+ nvidia-cuda-runtime-cu12==12.8.90
93
+ nvidia-cudnn-cu12==9.10.2.21
94
+ nvidia-cufft-cu12==11.3.3.83
95
+ nvidia-cufile-cu12==1.13.1.3
96
+ nvidia-curand-cu12==10.3.9.90
97
+ nvidia-cusolver-cu12==11.7.3.90
98
+ nvidia-cusparse-cu12==12.5.8.93
99
+ nvidia-cusparselt-cu12==0.7.1
100
+ nvidia-nccl-cu12==2.27.3
101
+ nvidia-nvjitlink-cu12==12.8.93
102
+ nvidia-nvtx-cu12==12.8.90
103
+ openai==1.99.1
104
+ openai-whisper==20250625
105
+ openpyxl==3.1.5
106
+ orjson==3.11.1
107
+ ormsgpack==1.10.0
108
+ outcome==1.3.0.post0
109
+ packaging==25.0
110
+ pandas==2.3.1
111
+ pillow==11.3.0
112
+ primp==0.15.0
113
+ propcache==0.3.2
114
+ proto-plus==1.26.1
115
+ protobuf==5.29.5
116
+ pyasn1==0.6.1
117
+ pyasn1-modules==0.4.2
118
+ pycparser==2.22
119
+ pydantic==2.11.7
120
+ pydantic-core==2.33.2
121
+ pydantic-settings==2.10.1
122
+ pydub==0.25.1
123
+ pygments==2.19.2
124
+ pyparsing==3.2.3
125
+ pypdf==5.9.0
126
+ pypdf2==3.0.1
127
+ pysocks==1.7.1
128
+ python-dateutil==2.9.0.post0
129
+ python-dotenv==1.1.1
130
+ python-magic==0.4.27
131
+ python-multipart==0.0.20
132
+ pytz==2025.2
133
+ pyyaml==6.0.2
134
+ regex==2025.7.34
135
+ requests==2.32.4
136
+ requests-toolbelt==1.0.0
137
+ rich==14.1.0
138
+ rsa==4.9.1
139
+ ruff==0.12.7
140
+ safehttpx==0.1.6
141
+ selenium==4.34.2
142
+ semantic-version==2.10.0
143
+ setuptools==80.9.0
144
+ shellingham==1.5.4
145
+ six==1.17.0
146
+ sniffio==1.3.1
147
+ sortedcontainers==2.4.0
148
+ soupsieve==2.7
149
+ sqlalchemy==2.0.42
150
+ starlette==0.47.2
151
+ sympy==1.14.0
152
+ tenacity==9.1.2
153
+ tiktoken==0.10.0
154
+ tomlkit==0.13.3
155
+ torch==2.8.0
156
+ tqdm==4.67.1
157
+ trio==0.30.0
158
+ trio-websocket==0.12.2
159
+ triton==3.4.0
160
+ typer==0.16.0
161
+ typing-extensions==4.14.1
162
+ typing-inspect==0.9.0
163
+ typing-inspection==0.4.1
164
+ tzdata==2025.2
165
+ uritemplate==4.2.0
166
+ urllib3==2.5.0
167
+ uvicorn==0.35.0
168
+ webdriver-manager==4.0.2
169
+ websocket-client==1.8.0
170
+ websockets==15.0.1
171
+ wolframalpha==5.1.3
172
+ wsproto==1.2.0
173
+ xlrd==2.0.2
174
+ xmltodict==0.14.2
175
+ xxhash==3.5.0
176
+ yarl==1.20.1
177
+ yt-dlp==2025.7.21
178
+ zstandard==0.23.0