KPatelis commited on
Commit
f90d415
·
1 Parent(s): ab7704f

Correct requirements file

Browse files
Files changed (1) hide show
  1. requirements.txt +159 -265
requirements.txt CHANGED
@@ -1,268 +1,162 @@
1
- appdirs==1.4.4
2
- argcomplete==3.1.4
3
- asttokens==2.4.1
4
- attrs==23.2.0
5
- Automat==22.10.0
6
- Babel==2.10.3
7
- bcrypt==3.2.2
8
- beautifulsoup4==4.12.3
9
- blinker==1.7.0
10
- Brotli==1.1.0
11
- bytecode==0.15.1
12
- certifi==2023.11.17
13
- chardet==5.2.0
14
- click==8.1.6
15
- colorama==0.4.6
16
- comm==0.2.1
17
- command-not-found==0.3
18
- configobj==5.0.8
19
- constantly==23.10.4
20
- contourpy==1.0.7
21
- coverage==7.4.4
22
- cryptography==41.0.7
23
- cssselect==1.2.0
24
- cycler==0.11.0
25
- dbus-python==1.3.2
26
- debugpy==1.8.0
27
- decorator==5.1.1
28
- distro==1.9.0
29
- distro-info==1.7+build1
30
- entrypoints==0.4
31
- executing==2.0.1
32
- fonttools==4.46.0
33
- fs==2.4.16
34
- html5lib==1.1
35
- httplib2==0.20.4
36
- hyperlink==21.0.0
37
- idna==3.6
38
- incremental==22.10.0
39
- ipykernel==6.29.3
40
- ipython==8.20.0
41
- jedi==0.19.1
42
- Jinja2==3.1.2
43
- jsonpatch==1.32
44
- jsonpointer==2.0
45
- jsonschema==4.10.3
46
- jupyter_client==7.4.9
47
- jupyter_core==5.3.2
48
- kiwisolver==0.0.0
49
- launchpadlib==1.11.0
50
- lazr.restfulclient==0.14.6
51
- lazr.uri==1.0.6
52
- lxml==5.2.1
53
- lz4==4.0.2+dfsg
54
- markdown-it-py==3.0.0
55
- MarkupSafe==2.1.5
56
- matplotlib==3.6.3
57
- matplotlib-inline==0.1.6
58
- mdurl==0.1.2
59
- mpmath==0.0.0
60
- nest-asyncio==1.5.4
61
- netifaces==0.11.0
62
- numpy==1.26.4
63
- oauthlib==3.2.2
64
- olefile==0.46
65
- packaging==24.0
66
- parso==0.8.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  pexpect==4.9.0
68
- pillow==10.2.0
69
- pipx==1.4.3
70
- platformdirs==4.2.0
71
- prompt-toolkit==3.0.43
72
- psutil==5.9.8
 
 
 
 
 
73
  ptyprocess==0.7.0
74
- pure-eval==0.0.0
75
- py==1.11.0
76
- pyasn1==0.4.8
77
- pyasn1-modules==0.2.8
78
- pycurl==7.45.3
79
- pydevd==2.10.0
80
- Pygments==2.17.2
81
- PyGObject==3.48.2
82
- PyHamcrest==2.1.0
83
- PyJWT==2.7.0
84
- pyOpenSSL==23.2.0
85
- pyparsing==3.1.1
86
- pyrsistent==0.20.0
87
- pyserial==3.5
88
- python-apt==2.7.7+ubuntu3
89
- python-dateutil==2.8.2
90
- python-debian==0.1.49+ubuntu2
91
- pytz==2024.1
92
- PyYAML==6.0.1
93
- pyzmq==24.0.1
94
- requests==2.31.0
95
- rich==13.7.1
96
- SciPy==1.11.4
97
- service-identity==24.1.0
98
- setuptools==68.1.2
99
- six==1.16.0
100
- soupsieve==2.5
101
- ssh-import-id==5.11
 
 
102
  stack-data==0.6.3
103
- sympy==1.12
104
- systemd-python==235
105
- tornado==6.4
106
- traitlets==5.5.0
107
- Twisted==24.3.0
108
- types-aiofiles==23.2
109
- types-aws-xray-sdk==2.12
110
- types-beautifulsoup4==4.12
111
- types-bleach==6.1
112
- types-boltons==23.0
113
- types-boto==2.49
114
- types-braintree==4.24
115
- types-cachetools==5.3
116
- types-caldav==1.3
117
- types-cffi==1.16
118
- types-chevron==0.14
119
- types-click-default-group==1.2
120
- types-click-spinner==0.1
121
- types-colorama==0.4
122
- types-commonmark==0.9
123
- types-console-menu==0.8
124
- types-croniter==2.0
125
- types-dateparser==1.1
126
- types-decorator==5.1
127
- types-Deprecated==1.2
128
- types-dockerfile-parse==2.0
129
- types-docopt==0.6
130
- types-docutils==0.20
131
- types-editdistance==0.6
132
- types-entrypoints==0.4
133
- types-ExifRead==3.0
134
- types-first==2.0
135
- types-flake8-2020==1.8
136
- types-flake8-bugbear==23.9.16
137
- types-flake8-builtins==2.2
138
- types-flake8-docstrings==1.7
139
- types-flake8-plugin-utils==1.3
140
- types-flake8-rst-docstrings==0.3
141
- types-flake8-simplify==0.21
142
- types-flake8-typing-imports==1.15
143
- types-Flask-Cors==4.0
144
- types-Flask-Migrate==4.0
145
- types-Flask-SocketIO==5.3
146
- types-fpdf2==2.7.4
147
- types-gdb==12.1
148
- types-google-cloud-ndb==2.2
149
- types-greenlet==3.0
150
- types-hdbcli==2.18
151
- types-html5lib==1.1
152
- types-httplib2==0.22
153
- types-humanfriendly==10.0
154
- types-ibm-db==3.2
155
- types-influxdb-client==1.38
156
- types-inifile==0.4
157
- types-JACK-Client==0.5
158
- types-jmespath==1.0
159
- types-jsonschema==4.19
160
- types-keyboard==0.13
161
- types-ldap3==2.9
162
- types-libsass==0.22
163
- types-Markdown==3.5
164
- types-mock==5.1
165
- types-mypy-extensions==1.0
166
- types-mysqlclient==2.2
167
- types-netaddr==0.9
168
- types-oauthlib==3.2
169
- types-openpyxl==3.1
170
- types-opentracing==2.4
171
- types-paho-mqtt==1.6
172
- types-paramiko==3.3
173
- types-parsimonious==0.10
174
- types-passlib==1.7
175
- types-passpy==1.0
176
- types-peewee==3.17
177
- types-pep8-naming==0.13
178
- types-pexpect==4.8
179
- types-pika-ts==1.3
180
- types-Pillow==10.1
181
- types-playsound==1.3
182
- types-pluggy==1.2.0
183
- types-polib==1.2
184
- types-portpicker==1.6
185
- types-protobuf==4.24
186
- types-psutil==5.9
187
- types-psycopg2==2.9
188
- types-pyasn1==0.5
189
- types-pyaudio==0.2
190
- types-PyAutoGUI==0.9
191
- types-pycocotools==2.0
192
- types-pycurl==7.45.2
193
- types-pyfarmhash==0.3
194
- types-pyflakes==3.1
195
- types-Pygments==2.16
196
- types-pyinstaller==6.1
197
- types-pyjks==20.0
198
- types-PyMySQL==1.1
199
- types-pynput==1.7
200
- types-pyOpenSSL==23.3
201
- types-pyRFC3339==1.1
202
- types-PyScreeze==0.1.29
203
- types-pyserial==3.5
204
- types-pysftp==0.2
205
- types-pytest-lazy-fixture==0.6
206
- types-python-crontab==3.0
207
- types-python-datemath==1.5
208
- types-python-dateutil==2.8
209
- types-python-gflags==3.1
210
- types-python-jose==3.3
211
- types-python-nmap==0.7
212
- types-python-slugify==8.0
213
- types-python-xlib==0.33
214
- types-pytz==2023.3.post1
215
- types-pywin32==306
216
- types-pyxdg==0.28
217
- types-PyYAML==6.0
218
- types-qrcode==7.4
219
- types-redis==4.6.0
220
- types-regex==2023.10.3
221
- types-requests==2.31
222
- types-requests-oauthlib==1.3
223
- types-retry==0.9
224
- types-s2clientprotocol==5
225
- types-seaborn==0.13
226
- types-Send2Trash==1.8
227
- types-setuptools==68.2
228
- types-simplejson==3.19
229
- types-singledispatch==4.1
230
- types-six==1.16
231
- types-slumber==0.7
232
- types-stdlib-list==0.8
233
- types-stripe==3.5
234
- types-tabulate==0.9
235
- types-tensorflow==2.12
236
- types-toml==0.10
237
- types-toposort==1.10
238
- types-tqdm==4.66
239
- types-translationstring==1.4
240
- types-tree-sitter==0.20.1
241
- types-tree-sitter-languages==1.8
242
- types-ttkthemes==3.2
243
- types-tzlocal==5.1
244
- types-ujson==5.8
245
- types-untangle==1.2
246
- types-usersettings==1.1
247
- types-uWSGI==2.0
248
- types-vobject==0.9
249
- types-waitress==2.1
250
- types-WebOb==1.8
251
- types-whatthepatch==1.0
252
- types-workalendar==17.0
253
- types-WTForms==3.1
254
- types-xmltodict==0.13
255
- types-zstd==1.5
256
- types-zxcvbn==4.4
257
- typing_extensions==4.10.0
258
- ubuntu-pro-client==8001
259
- ufoLib2==0.16.0
260
- unattended-upgrades==0.1
261
- unicodedata2==15.1.0
262
- urllib3==2.0.7
263
- userpath==1.9.1
264
- wadllib==1.3.6
265
- wcwidth==0.2.5
266
- webencodings==0.5.1
267
- wheel==0.42.0
268
- zope.interface==6.1
 
1
+ aiohappyeyeballs==2.6.1
2
+ aiohttp==3.12.6
3
+ aiosignal==1.3.2
4
+ annotated-types==0.7.0
5
+ anyio==4.9.0
6
+ arxiv==2.2.0
7
+ asttokens==3.0.0
8
+ attrs==25.3.0
9
+ beautifulsoup4==4.13.4
10
+ cachetools==5.5.2
11
+ certifi==2025.4.26
12
+ charset-normalizer==3.4.2
13
+ click==8.2.1
14
+ comm==0.2.2
15
+ dataclasses-json==0.6.7
16
+ debugpy==1.8.14
17
+ decorator==5.2.1
18
+ deprecation==2.1.0
19
+ duckduckgo-search==8.0.2
20
+ executing==2.2.0
21
+ feedparser==6.0.11
22
+ filelock==3.18.0
23
+ filetype==1.2.0
24
+ frozenlist==1.6.0
25
+ fsspec==2025.5.1
26
+ google-ai-generativelanguage==0.6.18
27
+ google-api-core==2.25.0
28
+ google-auth==2.40.3
29
+ googleapis-common-protos==1.70.0
30
+ gotrue==2.12.0
31
+ greenlet==3.2.2
32
+ grpcio==1.72.1
33
+ grpcio-status==1.72.1
34
+ h11==0.16.0
35
+ h2==4.2.0
36
+ hf-xet==1.1.3
37
+ hpack==4.1.0
38
+ httpcore==1.0.9
39
+ httpx==0.28.1
40
+ httpx-sse==0.4.0
41
+ huggingface-hub==0.32.4
42
+ hyperframe==6.1.0
43
+ idna==3.10
44
+ iniconfig==2.1.0
45
+ ipykernel==6.29.5
46
+ ipython==9.3.0
47
+ ipython-pygments-lexers==1.1.1
48
+ jedi==0.19.2
49
+ jinja2==3.1.6
50
+ joblib==1.5.1
51
+ jsonpatch==1.33
52
+ jsonpointer==3.0.0
53
+ jupyter-client==8.6.3
54
+ jupyter-core==5.8.1
55
+ langchain==0.3.25
56
+ langchain-community==0.3.24
57
+ langchain-core==0.3.63
58
+ langchain-google-genai==2.1.5
59
+ langchain-huggingface==0.2.0
60
+ langchain-text-splitters==0.3.8
61
+ langgraph==0.4.7
62
+ langgraph-checkpoint==2.0.26
63
+ langgraph-prebuilt==0.2.2
64
+ langgraph-sdk==0.1.70
65
+ langsmith==0.3.43
66
+ lxml==5.4.0
67
+ markupsafe==3.0.2
68
+ marshmallow==3.26.1
69
+ matplotlib-inline==0.1.7
70
+ mpmath==1.3.0
71
+ multidict==6.4.4
72
+ mypy-extensions==1.1.0
73
+ nest-asyncio==1.6.0
74
+ networkx==3.5
75
+ numpy==2.2.6
76
+ nvidia-cublas-cu12==12.6.4.1
77
+ nvidia-cuda-cupti-cu12==12.6.80
78
+ nvidia-cuda-nvrtc-cu12==12.6.77
79
+ nvidia-cuda-runtime-cu12==12.6.77
80
+ nvidia-cudnn-cu12==9.5.1.17
81
+ nvidia-cufft-cu12==11.3.0.4
82
+ nvidia-cufile-cu12==1.11.1.6
83
+ nvidia-curand-cu12==10.3.7.77
84
+ nvidia-cusolver-cu12==11.7.1.2
85
+ nvidia-cusparse-cu12==12.5.4.2
86
+ nvidia-cusparselt-cu12==0.6.3
87
+ nvidia-nccl-cu12==2.26.2
88
+ nvidia-nvjitlink-cu12==12.6.85
89
+ nvidia-nvtx-cu12==12.6.77
90
+ orjson==3.10.18
91
+ ormsgpack==1.10.0
92
+ packaging==24.2
93
+ parso==0.8.4
94
  pexpect==4.9.0
95
+ pillow==11.2.1
96
+ platformdirs==4.3.8
97
+ pluggy==1.6.0
98
+ postgrest==1.0.2
99
+ primp==0.15.0
100
+ prompt-toolkit==3.0.51
101
+ propcache==0.3.1
102
+ proto-plus==1.26.1
103
+ protobuf==6.31.1
104
+ psutil==7.0.0
105
  ptyprocess==0.7.0
106
+ pure-eval==0.2.3
107
+ pyasn1==0.6.1
108
+ pyasn1-modules==0.4.2
109
+ pydantic==2.11.5
110
+ pydantic-core==2.33.2
111
+ pydantic-settings==2.9.1
112
+ pygments==2.19.1
113
+ pyjwt==2.10.1
114
+ pymupdf==1.26.0
115
+ pytest==8.4.0
116
+ pytest-mock==3.14.1
117
+ python-dateutil==2.9.0.post0
118
+ python-dotenv==1.1.0
119
+ pyyaml==6.0.2
120
+ pyzmq==26.4.0
121
+ realtime==2.4.3
122
+ regex==2024.11.6
123
+ requests==2.32.3
124
+ requests-toolbelt==1.0.0
125
+ rsa==4.9.1
126
+ safetensors==0.5.3
127
+ scikit-learn==1.7.0
128
+ scipy==1.15.3
129
+ sentence-transformers==4.1.0
130
+ setuptools==80.9.0
131
+ sgmllib3k==1.0.0
132
+ six==1.17.0
133
+ sniffio==1.3.1
134
+ soupsieve==2.7
135
+ sqlalchemy==2.0.41
136
  stack-data==0.6.3
137
+ storage3==0.11.3
138
+ strenum==0.4.15
139
+ supabase==2.15.2
140
+ supafunc==0.9.4
141
+ sympy==1.14.0
142
+ tavily-python==0.7.5
143
+ tenacity==9.1.2
144
+ threadpoolctl==3.6.0
145
+ tiktoken==0.9.0
146
+ tokenizers==0.21.1
147
+ torch==2.7.1
148
+ tornado==6.5.1
149
+ tqdm==4.67.1
150
+ traitlets==5.14.3
151
+ transformers==4.52.4
152
+ triton==3.3.1
153
+ typing-extensions==4.13.2
154
+ typing-inspect==0.9.0
155
+ typing-inspection==0.4.1
156
+ urllib3==2.4.0
157
+ wcwidth==0.2.13
158
+ websockets==14.2
159
+ wikipedia==1.4.0
160
+ xxhash==3.5.0
161
+ yarl==1.20.0
162
+ zstandard==0.23.0