OnurKerimoglu commited on
Commit
22bda97
·
1 Parent(s): 6190634

updated requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +57 -2
requirements.txt CHANGED
@@ -1,3 +1,4 @@
 
1
  aiohappyeyeballs==2.4.3
2
  aiohttp==3.11.0
3
  aiosignal==1.3.1
@@ -8,36 +9,51 @@ asttokens==2.4.1
8
  attrs==24.2.0
9
  backoff==2.2.1
10
  bcrypt==4.2.0
 
 
 
11
  build==1.2.2.post1
12
  cachetools==5.5.0
13
  certifi==2024.8.30
 
 
14
  charset-normalizer==3.4.0
15
  chroma-hnswlib==0.7.6
16
  chromadb==0.5.18
17
  click==8.1.7
18
  coloredlogs==15.0.1
19
  comm==0.2.2
 
 
20
  dataclasses-json==0.6.7
21
  debugpy==1.8.8
22
  decorator==5.1.1
23
  Deprecated==1.2.14
 
 
24
  durationpy==0.9
 
 
25
  executing==2.1.0
26
  fastapi==0.115.5
 
27
  filelock==3.16.1
 
28
  flatbuffers==24.3.25
29
  frozenlist==1.5.0
30
  fsspec==2024.10.0
31
  google-auth==2.36.0
32
  googleapis-common-protos==1.66.0
 
 
33
  greenlet==3.1.1
34
  grpcio==1.67.1
35
  h11==0.14.0
 
36
  httpcore==1.0.6
37
  httptools==0.6.4
38
  httpx==0.27.2
39
  httpx-sse==0.4.0
40
- # huggingface_hub==0.25.2
41
  huggingface-hub==0.26.2
42
  humanfriendly==10.0
43
  idna==3.10
@@ -48,9 +64,12 @@ ipython==8.29.0
48
  ipywidgets==8.1.5
49
  jedi==0.19.2
50
  Jinja2==3.1.4
 
51
  joblib==1.4.2
52
  jsonpatch==1.33
 
53
  jsonpointer==3.0.0
 
54
  jupyter_client==8.6.3
55
  jupyter_core==5.7.2
56
  jupyterlab_widgets==3.0.13
@@ -58,12 +77,20 @@ kubernetes==31.0.0
58
  langchain==0.3.7
59
  langchain-community==0.3.7
60
  langchain-core==0.3.18
 
 
61
  langchain-text-splitters==0.3.2
 
62
  langsmith==0.1.143
 
 
 
 
63
  markdown-it-py==3.0.0
64
- MarkupSafe==3.0.2
65
  marshmallow==3.23.1
66
  matplotlib-inline==0.1.7
 
67
  mdurl==0.1.2
68
  mmh3==5.0.1
69
  monotonic==1.6
@@ -72,6 +99,7 @@ multidict==6.1.0
72
  mypy-extensions==1.0.0
73
  nest-asyncio==1.6.0
74
  networkx==3.4.2
 
75
  numpy==1.26.4
76
  nvidia-cublas-cu12==12.4.5.8
77
  nvidia-cuda-cupti-cu12==12.4.127
@@ -86,7 +114,9 @@ nvidia-nccl-cu12==2.21.5
86
  nvidia-nvjitlink-cu12==12.4.127
87
  nvidia-nvtx-cu12==12.4.127
88
  oauthlib==3.2.2
 
89
  onnxruntime==1.20.0
 
90
  opentelemetry-api==1.28.1
91
  opentelemetry-exporter-otlp-proto-common==1.28.1
92
  opentelemetry-exporter-otlp-proto-grpc==1.28.1
@@ -100,6 +130,9 @@ opentelemetry-util-http==0.49b1
100
  orjson==3.10.11
101
  overrides==7.7.0
102
  packaging==24.2
 
 
 
103
  parso==0.8.4
104
  pexpect==4.9.0
105
  pillow==11.0.0
@@ -113,37 +146,52 @@ ptyprocess==0.7.0
113
  pure_eval==0.2.3
114
  pyasn1==0.6.1
115
  pyasn1_modules==0.4.1
 
116
  pydantic==2.9.2
117
  pydantic-settings==2.6.1
118
  pydantic_core==2.23.4
 
119
  Pygments==2.18.0
120
  pypdf==5.1.0
121
  PyPika==0.48.9
122
  pyproject_hooks==1.2.0
123
  python-dateutil==2.9.0.post0
124
  python-dotenv==1.0.1
 
 
 
 
 
 
125
  PyYAML==6.0.2
126
  pyzmq==26.2.0
 
127
  regex==2024.11.6
128
  requests==2.32.3
129
  requests-oauthlib==2.0.0
130
  requests-toolbelt==1.0.0
131
  rich==13.9.4
132
  rsa==4.9
 
 
133
  safetensors==0.4.5
134
  scikit-learn==1.5.2
135
  scipy==1.14.1
 
136
  sentence-transformers==3.3.0
137
  shellingham==1.5.4
138
  six==1.16.0
139
  sniffio==1.3.1
 
140
  SQLAlchemy==2.0.35
141
  stack-data==0.6.3
142
  starlette==0.41.2
143
  sympy==1.13.1
144
  tenacity==9.0.0
145
  threadpoolctl==3.5.0
 
146
  tokenizers==0.20.3
 
147
  torch==2.5.1
148
  tornado==6.4.1
149
  tqdm==4.67.0
@@ -151,16 +199,23 @@ traitlets==5.14.3
151
  transformers==4.46.2
152
  triton==3.1.0
153
  typer==0.13.0
 
154
  typing-inspect==0.9.0
155
  typing_extensions==4.12.2
 
 
 
 
156
  urllib3==2.2.3
157
  uvicorn==0.32.0
158
  uvloop==0.21.0
159
  watchfiles==0.24.0
160
  wcwidth==0.2.13
 
161
  websocket-client==1.8.0
162
  websockets==14.1
163
  widgetsnbextension==4.0.13
164
  wrapt==1.16.0
 
165
  yarl==1.17.1
166
  zipp==3.21.0
 
1
+ aiofiles==23.2.1
2
  aiohappyeyeballs==2.4.3
3
  aiohttp==3.11.0
4
  aiosignal==1.3.1
 
9
  attrs==24.2.0
10
  backoff==2.2.1
11
  bcrypt==4.2.0
12
+ beautifulsoup4==4.12.3
13
+ bleach==6.2.0
14
+ bokeh==3.6.1
15
  build==1.2.2.post1
16
  cachetools==5.5.0
17
  certifi==2024.8.30
18
+ cffi==1.17.1
19
+ chardet==5.2.0
20
  charset-normalizer==3.4.0
21
  chroma-hnswlib==0.7.6
22
  chromadb==0.5.18
23
  click==8.1.7
24
  coloredlogs==15.0.1
25
  comm==0.2.2
26
+ contourpy==1.3.1
27
+ cryptography==44.0.0
28
  dataclasses-json==0.6.7
29
  debugpy==1.8.8
30
  decorator==5.1.1
31
  Deprecated==1.2.14
32
+ distro==1.9.0
33
+ docarray==0.40.0
34
  durationpy==0.9
35
+ emoji==2.14.0
36
+ eval_type_backport==0.2.0
37
  executing==2.1.0
38
  fastapi==0.115.5
39
+ ffmpy==0.4.0
40
  filelock==3.16.1
41
+ filetype==1.2.0
42
  flatbuffers==24.3.25
43
  frozenlist==1.5.0
44
  fsspec==2024.10.0
45
  google-auth==2.36.0
46
  googleapis-common-protos==1.66.0
47
+ gradio==5.8.0
48
+ gradio_client==1.5.1
49
  greenlet==3.1.1
50
  grpcio==1.67.1
51
  h11==0.14.0
52
+ html5lib==1.1
53
  httpcore==1.0.6
54
  httptools==0.6.4
55
  httpx==0.27.2
56
  httpx-sse==0.4.0
 
57
  huggingface-hub==0.26.2
58
  humanfriendly==10.0
59
  idna==3.10
 
64
  ipywidgets==8.1.5
65
  jedi==0.19.2
66
  Jinja2==3.1.4
67
+ jiter==0.7.1
68
  joblib==1.4.2
69
  jsonpatch==1.33
70
+ jsonpath-python==1.0.6
71
  jsonpointer==3.0.0
72
+ jupyter_bokeh==4.0.5
73
  jupyter_client==8.6.3
74
  jupyter_core==5.7.2
75
  jupyterlab_widgets==3.0.13
 
77
  langchain==0.3.7
78
  langchain-community==0.3.7
79
  langchain-core==0.3.18
80
+ langchain-huggingface==0.1.2
81
+ langchain-openai==0.2.9
82
  langchain-text-splitters==0.3.2
83
+ langdetect==1.0.9
84
  langsmith==0.1.143
85
+ lark==1.2.2
86
+ linkify-it-py==2.0.3
87
+ lxml==5.3.0
88
+ Markdown==3.7
89
  markdown-it-py==3.0.0
90
+ MarkupSafe==2.1.5
91
  marshmallow==3.23.1
92
  matplotlib-inline==0.1.7
93
+ mdit-py-plugins==0.4.2
94
  mdurl==0.1.2
95
  mmh3==5.0.1
96
  monotonic==1.6
 
99
  mypy-extensions==1.0.0
100
  nest-asyncio==1.6.0
101
  networkx==3.4.2
102
+ nltk==3.9.1
103
  numpy==1.26.4
104
  nvidia-cublas-cu12==12.4.5.8
105
  nvidia-cuda-cupti-cu12==12.4.127
 
114
  nvidia-nvjitlink-cu12==12.4.127
115
  nvidia-nvtx-cu12==12.4.127
116
  oauthlib==3.2.2
117
+ olefile==0.47
118
  onnxruntime==1.20.0
119
+ openai==1.54.4
120
  opentelemetry-api==1.28.1
121
  opentelemetry-exporter-otlp-proto-common==1.28.1
122
  opentelemetry-exporter-otlp-proto-grpc==1.28.1
 
130
  orjson==3.10.11
131
  overrides==7.7.0
132
  packaging==24.2
133
+ pandas==2.2.3
134
+ panel==1.5.4
135
+ param==2.1.1
136
  parso==0.8.4
137
  pexpect==4.9.0
138
  pillow==11.0.0
 
146
  pure_eval==0.2.3
147
  pyasn1==0.6.1
148
  pyasn1_modules==0.4.1
149
+ pycparser==2.22
150
  pydantic==2.9.2
151
  pydantic-settings==2.6.1
152
  pydantic_core==2.23.4
153
+ pydub==0.25.1
154
  Pygments==2.18.0
155
  pypdf==5.1.0
156
  PyPika==0.48.9
157
  pyproject_hooks==1.2.0
158
  python-dateutil==2.9.0.post0
159
  python-dotenv==1.0.1
160
+ python-iso639==2024.10.22
161
+ python-magic==0.4.27
162
+ python-multipart==0.0.19
163
+ python-oxmsg==0.0.1
164
+ pytz==2024.2
165
+ pyviz_comms==3.0.3
166
  PyYAML==6.0.2
167
  pyzmq==26.2.0
168
+ RapidFuzz==3.10.1
169
  regex==2024.11.6
170
  requests==2.32.3
171
  requests-oauthlib==2.0.0
172
  requests-toolbelt==1.0.0
173
  rich==13.9.4
174
  rsa==4.9
175
+ ruff==0.8.2
176
+ safehttpx==0.1.6
177
  safetensors==0.4.5
178
  scikit-learn==1.5.2
179
  scipy==1.14.1
180
+ semantic-version==2.10.0
181
  sentence-transformers==3.3.0
182
  shellingham==1.5.4
183
  six==1.16.0
184
  sniffio==1.3.1
185
+ soupsieve==2.6
186
  SQLAlchemy==2.0.35
187
  stack-data==0.6.3
188
  starlette==0.41.2
189
  sympy==1.13.1
190
  tenacity==9.0.0
191
  threadpoolctl==3.5.0
192
+ tiktoken==0.8.0
193
  tokenizers==0.20.3
194
+ tomlkit==0.13.2
195
  torch==2.5.1
196
  tornado==6.4.1
197
  tqdm==4.67.0
 
199
  transformers==4.46.2
200
  triton==3.1.0
201
  typer==0.13.0
202
+ types-requests==2.32.0.20241016
203
  typing-inspect==0.9.0
204
  typing_extensions==4.12.2
205
+ tzdata==2024.2
206
+ uc-micro-py==1.0.3
207
+ unstructured==0.16.9
208
+ unstructured-client==0.28.1
209
  urllib3==2.2.3
210
  uvicorn==0.32.0
211
  uvloop==0.21.0
212
  watchfiles==0.24.0
213
  wcwidth==0.2.13
214
+ webencodings==0.5.1
215
  websocket-client==1.8.0
216
  websockets==14.1
217
  widgetsnbextension==4.0.13
218
  wrapt==1.16.0
219
+ xyzservices==2024.9.0
220
  yarl==1.17.1
221
  zipp==3.21.0