robkaandorp commited on
Commit
5a4f0a5
1 Parent(s): b8773c6

Update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +33 -30
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- aiohttp>=3.9.4
2
  aiosignal>=1.3.1
3
  annotated-types>=0.6.0
4
  antlr4-python3-runtime>=4.9.3
@@ -16,7 +16,7 @@ cffi>=1.16.0
16
  chardet>=5.2.0
17
  charset-normalizer>=3.3.2
18
  chroma-hnswlib>=0.7.3
19
- chromadb>=0.4.24
20
  click>=8.1.7
21
  coloredlogs>=15.0.1
22
  contourpy>=1.2.1
@@ -24,25 +24,27 @@ cryptography>=42.0.5
24
  cycler>=0.12.1
25
  dataclasses-json>=0.6.4
26
  dataclasses-json-speakeasy>=0.5.11
27
- datasets>=2.18.0
28
  deepdiff>=7.0.1
29
  Deprecated>=1.2.14
30
  dill>=0.3.8
31
  effdet>=0.4.1
32
- emoji>=2.11.0
 
33
  et-xmlfile>=1.1.0
34
- exceptiongroup>=1.2.0
35
- fastapi>=0.110.1
36
  filelock>=3.13.4
37
  filetype>=1.2.0
38
  flatbuffers>=24.3.25
39
  fonttools>=4.51.0
40
  frozenlist>=1.4.1
41
- fsspec>=2024.2.0
 
42
  google-auth>=2.29.0
43
  googleapis-common-protos>=1.63.0
44
  greenlet>=3.0.3
45
- grpcio>=1.62.1
46
  h11>=0.14.0
47
  httptools>=0.6.1
48
  huggingface-hub>=0.22.2
@@ -59,11 +61,11 @@ jsonpointer>=2.4
59
  kiwisolver>=1.4.5
60
  kubernetes>=29.0.0
61
  langchain>=0.1.16
62
- langchain-community>=0.0.32
63
- langchain-core>=0.1.42
64
  langchain-text-splitters>=0.0.1
65
  langdetect>=1.0.9
66
- langsmith>=0.1.47
67
  layoutparser>=0.3.4
68
  lxml>=5.2.1
69
  Markdown>=3.6
@@ -91,14 +93,14 @@ nvidia-cufft-cu12>=11.0.2.54
91
  nvidia-curand-cu12>=10.3.2.106
92
  nvidia-cusolver-cu12>=11.4.5.107
93
  nvidia-cusparse-cu12>=12.1.0.106
94
- nvidia-nccl-cu12>=2.19.3
95
  nvidia-nvjitlink-cu12>=12.4.127
96
  nvidia-nvtx-cu12>=12.1.105
97
  oauthlib>=3.2.2
98
  olefile>=0.47
99
  omegaconf>=2.3.0
100
  onnx>=1.16.0
101
- onnxruntime>=1.15.1
102
  opencv-python>=4.9.0.80
103
  openpyxl>=3.1.2
104
  opentelemetry-api>=1.24.0
@@ -112,14 +114,14 @@ opentelemetry-sdk>=1.24.0
112
  opentelemetry-semantic-conventions>=0.45b0
113
  opentelemetry-util-http>=0.45b0
114
  ordered-set>=4.1.0
115
- orjson>=3.10.0
116
  overrides>=7.7.0
117
  packaging>=23.2
118
  pandas>=2.2.2
119
  pdf2image>=1.17.0
120
  pdfminer.six>=20231228
121
  pdfplumber>=0.11.0
122
- pikepdf>=8.15.0
123
  pillow>=10.3.0
124
  pillow_heif>=0.16.0
125
  pipdeptree>=2.18.1
@@ -127,14 +129,14 @@ portalocker>=2.8.2
127
  posthog>=3.5.0
128
  protobuf>=4.25.3
129
  pulsar-client>=3.5.0
130
- pyarrow>=15.0.2
131
  pyarrow-hotfix>=0.6
132
  pyasn1>=0.6.0
133
  pyasn1_modules>=0.4.0
134
  pycocotools>=2.0.7
135
  pycparser>=2.22
136
- pydantic>=2.7.0
137
- pydantic_core>=2.18.1
138
  Pygments>=2.17.2
139
  pypandoc>=1.13
140
  pyparsing>=3.1.2
@@ -153,15 +155,16 @@ python-pptx>=0.6.23
153
  pytz>=2024.1
154
  PyYAML>=6.0.1
155
  rapidfuzz>=3.8.1
156
- regex>=2023.12.25
157
  requests>=2.31.0
158
  requests-oauthlib>=2.0.0
159
  rich>=13.7.1
160
  rsa>=4.9
161
- safetensors>=0.4.2
162
  scikit-learn>=1.4.2
163
  scipy>=1.13.0
164
- sentence-transformers>=2.6.1
 
165
  shellingham>=1.5.4
166
  six>=1.16.0
167
  sniffio>=1.3.1
@@ -173,26 +176,26 @@ tabulate>=0.9.0
173
  tenacity>=8.2.3
174
  threadpoolctl>=3.4.0
175
  timm>=0.9.16
176
- tokenizers>=0.15.2
177
  tomli>=2.0.1
178
- torch>=2.2.2
179
- torchvision>=0.17.2
180
  tqdm>=4.66.2
181
- transformers>=4.39.3
182
- triton>=2.2.0
183
  typer>=0.12.3
184
  typing-inspect>=0.9.0
185
  typing_extensions>=4.11.0
186
  tzdata>=2024.1
187
- unstructured>=0.13.2
188
- unstructured-client>=0.18.0
189
- unstructured-inference>=0.7.25
190
  unstructured.pytesseract>=0.3.12
191
  urllib3>=2.2.1
192
  uvicorn>=0.29.0
193
  uvloop>=0.19.0
194
  watchfiles>=0.21.0
195
- websocket-client>=1.7.0
196
  websockets>=12.0
197
  wrapt>=1.16.0
198
  xlrd>=2.0.1
 
1
+ aiohttp>=3.9.5
2
  aiosignal>=1.3.1
3
  annotated-types>=0.6.0
4
  antlr4-python3-runtime>=4.9.3
 
16
  chardet>=5.2.0
17
  charset-normalizer>=3.3.2
18
  chroma-hnswlib>=0.7.3
19
+ chromadb>=0.5.0
20
  click>=8.1.7
21
  coloredlogs>=15.0.1
22
  contourpy>=1.2.1
 
24
  cycler>=0.12.1
25
  dataclasses-json>=0.6.4
26
  dataclasses-json-speakeasy>=0.5.11
27
+ datasets>=2.19.0
28
  deepdiff>=7.0.1
29
  Deprecated>=1.2.14
30
  dill>=0.3.8
31
  effdet>=0.4.1
32
+ einops>=0.7.0
33
+ emoji>=2.11.1
34
  et-xmlfile>=1.1.0
35
+ exceptiongroup>=1.2.1
36
+ fastapi>=0.110.2
37
  filelock>=3.13.4
38
  filetype>=1.2.0
39
  flatbuffers>=24.3.25
40
  fonttools>=4.51.0
41
  frozenlist>=1.4.1
42
+ fsspec>=2024.3.1
43
+ gguf>=0.6.0
44
  google-auth>=2.29.0
45
  googleapis-common-protos>=1.63.0
46
  greenlet>=3.0.3
47
+ grpcio>=1.62.2
48
  h11>=0.14.0
49
  httptools>=0.6.1
50
  huggingface-hub>=0.22.2
 
61
  kiwisolver>=1.4.5
62
  kubernetes>=29.0.0
63
  langchain>=0.1.16
64
+ langchain-community>=0.0.34
65
+ langchain-core>=0.1.45
66
  langchain-text-splitters>=0.0.1
67
  langdetect>=1.0.9
68
+ langsmith>=0.1.50
69
  layoutparser>=0.3.4
70
  lxml>=5.2.1
71
  Markdown>=3.6
 
93
  nvidia-curand-cu12>=10.3.2.106
94
  nvidia-cusolver-cu12>=11.4.5.107
95
  nvidia-cusparse-cu12>=12.1.0.106
96
+ nvidia-nccl-cu12>=2.20.5
97
  nvidia-nvjitlink-cu12>=12.4.127
98
  nvidia-nvtx-cu12>=12.1.105
99
  oauthlib>=3.2.2
100
  olefile>=0.47
101
  omegaconf>=2.3.0
102
  onnx>=1.16.0
103
+ onnxruntime>=1.17.3
104
  opencv-python>=4.9.0.80
105
  openpyxl>=3.1.2
106
  opentelemetry-api>=1.24.0
 
114
  opentelemetry-semantic-conventions>=0.45b0
115
  opentelemetry-util-http>=0.45b0
116
  ordered-set>=4.1.0
117
+ orjson>=3.10.1
118
  overrides>=7.7.0
119
  packaging>=23.2
120
  pandas>=2.2.2
121
  pdf2image>=1.17.0
122
  pdfminer.six>=20231228
123
  pdfplumber>=0.11.0
124
+ pikepdf>=8.15.1
125
  pillow>=10.3.0
126
  pillow_heif>=0.16.0
127
  pipdeptree>=2.18.1
 
129
  posthog>=3.5.0
130
  protobuf>=4.25.3
131
  pulsar-client>=3.5.0
132
+ pyarrow>=16.0.0
133
  pyarrow-hotfix>=0.6
134
  pyasn1>=0.6.0
135
  pyasn1_modules>=0.4.0
136
  pycocotools>=2.0.7
137
  pycparser>=2.22
138
+ pydantic>=2.7.1
139
+ pydantic_core>=2.18.2
140
  Pygments>=2.17.2
141
  pypandoc>=1.13
142
  pyparsing>=3.1.2
 
155
  pytz>=2024.1
156
  PyYAML>=6.0.1
157
  rapidfuzz>=3.8.1
158
+ regex>=2024.4.16
159
  requests>=2.31.0
160
  requests-oauthlib>=2.0.0
161
  rich>=13.7.1
162
  rsa>=4.9
163
+ safetensors>=0.4.3
164
  scikit-learn>=1.4.2
165
  scipy>=1.13.0
166
+ sentence-transformers>=2.7.0
167
+ sentencepiece>=0.1.99
168
  shellingham>=1.5.4
169
  six>=1.16.0
170
  sniffio>=1.3.1
 
176
  tenacity>=8.2.3
177
  threadpoolctl>=3.4.0
178
  timm>=0.9.16
179
+ tokenizers>=0.19.1
180
  tomli>=2.0.1
181
+ torch>=2.3.0
182
+ torchvision>=0.18.0
183
  tqdm>=4.66.2
184
+ transformers>=4.40.1
185
+ triton>=2.3.0
186
  typer>=0.12.3
187
  typing-inspect>=0.9.0
188
  typing_extensions>=4.11.0
189
  tzdata>=2024.1
190
+ unstructured>=0.13.3
191
+ unstructured-client>=0.22.0
192
+ unstructured-inference>=0.7.29
193
  unstructured.pytesseract>=0.3.12
194
  urllib3>=2.2.1
195
  uvicorn>=0.29.0
196
  uvloop>=0.19.0
197
  watchfiles>=0.21.0
198
+ websocket-client>=1.8.0
199
  websockets>=12.0
200
  wrapt>=1.16.0
201
  xlrd>=2.0.1