robkaandorp commited on
Commit
321cf36
1 Parent(s): a59940b

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +199 -0
requirements.txt ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.3
2
+ aiosignal==1.3.1
3
+ annotated-types==0.6.0
4
+ antlr4-python3-runtime==4.9.3
5
+ anyio==4.3.0
6
+ asgiref==3.8.1
7
+ async-timeout==4.0.3
8
+ attrs==23.2.0
9
+ backoff==2.2.1
10
+ bcrypt==4.1.2
11
+ beautifulsoup4==4.12.3
12
+ build==1.2.1
13
+ cachetools==5.3.3
14
+ certifi==2024.2.2
15
+ 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
23
+ 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
+ Deprecated==1.2.14
29
+ dill==0.3.8
30
+ effdet==0.4.1
31
+ emoji==2.11.0
32
+ et-xmlfile==1.1.0
33
+ exceptiongroup==1.2.0
34
+ fastapi==0.110.1
35
+ filelock==3.13.3
36
+ filetype==1.2.0
37
+ flatbuffers==24.3.25
38
+ fonttools==4.51.0
39
+ frozenlist==1.4.1
40
+ fsspec==2024.2.0
41
+ google-auth==2.29.0
42
+ googleapis-common-protos==1.63.0
43
+ greenlet==3.0.3
44
+ grpcio==1.62.1
45
+ h11==0.14.0
46
+ httptools==0.6.1
47
+ huggingface-hub==0.22.2
48
+ humanfriendly==10.0
49
+ idna==3.6
50
+ importlib-metadata==7.0.0
51
+ importlib_resources==6.4.0
52
+ iopath==0.1.10
53
+ Jinja2==3.1.3
54
+ joblib==1.4.0
55
+ jsonpatch==1.33
56
+ jsonpath-python==1.0.6
57
+ jsonpointer==2.4
58
+ kiwisolver==1.4.5
59
+ kubernetes==29.0.0
60
+ langchain==0.1.14
61
+ langchain-community==0.0.31
62
+ langchain-core==0.1.40
63
+ langchain-text-splitters==0.0.1
64
+ langdetect==1.0.9
65
+ langsmith==0.1.42
66
+ layoutparser==0.3.4
67
+ lxml==5.2.1
68
+ Markdown==3.6
69
+ markdown-it-py==3.0.0
70
+ MarkupSafe==2.1.5
71
+ marshmallow==3.21.1
72
+ matplotlib==3.8.4
73
+ mdurl==0.1.2
74
+ mmh3==4.1.0
75
+ monotonic==1.6
76
+ mpmath==1.3.0
77
+ msg-parser==1.2.0
78
+ multidict==6.0.5
79
+ multiprocess==0.70.16
80
+ mypy-extensions==1.0.0
81
+ networkx==3.3
82
+ nltk==3.8.1
83
+ numpy==1.26.4
84
+ nvidia-cublas-cu12==12.1.3.1
85
+ nvidia-cuda-cupti-cu12==12.1.105
86
+ nvidia-cuda-nvrtc-cu12==12.1.105
87
+ nvidia-cuda-runtime-cu12==12.1.105
88
+ nvidia-cudnn-cu12==8.9.2.26
89
+ nvidia-cufft-cu12==11.0.2.54
90
+ nvidia-curand-cu12==10.3.2.106
91
+ nvidia-cusolver-cu12==11.4.5.107
92
+ nvidia-cusparse-cu12==12.1.0.106
93
+ nvidia-nccl-cu12==2.19.3
94
+ nvidia-nvjitlink-cu12==12.4.127
95
+ nvidia-nvtx-cu12==12.1.105
96
+ oauthlib==3.2.2
97
+ olefile==0.47
98
+ omegaconf==2.3.0
99
+ onnx==1.16.0
100
+ onnxruntime==1.15.1
101
+ opencv-python==4.9.0.80
102
+ openpyxl==3.1.2
103
+ opentelemetry-api==1.24.0
104
+ opentelemetry-exporter-otlp-proto-common==1.24.0
105
+ opentelemetry-exporter-otlp-proto-grpc==1.24.0
106
+ opentelemetry-instrumentation==0.45b0
107
+ opentelemetry-instrumentation-asgi==0.45b0
108
+ opentelemetry-instrumentation-fastapi==0.45b0
109
+ opentelemetry-proto==1.24.0
110
+ opentelemetry-sdk==1.24.0
111
+ opentelemetry-semantic-conventions==0.45b0
112
+ opentelemetry-util-http==0.45b0
113
+ orjson==3.10.0
114
+ overrides==7.7.0
115
+ packaging==23.2
116
+ pandas==2.2.1
117
+ pdf2image==1.17.0
118
+ pdfminer.six==20231228
119
+ pdfplumber==0.11.0
120
+ pikepdf==8.15.0
121
+ pillow==10.3.0
122
+ pillow_heif==0.16.0
123
+ portalocker==2.8.2
124
+ posthog==3.5.0
125
+ protobuf==4.25.3
126
+ pulsar-client==3.4.0
127
+ pyarrow==15.0.2
128
+ pyarrow-hotfix==0.6
129
+ pyasn1==0.6.0
130
+ pyasn1_modules==0.4.0
131
+ pycocotools==2.0.7
132
+ pycparser==2.22
133
+ pydantic==2.6.4
134
+ pydantic_core==2.16.3
135
+ Pygments==2.17.2
136
+ pypandoc==1.13
137
+ pyparsing==3.1.2
138
+ pypdf==4.2.0
139
+ pypdfium2==4.28.0
140
+ PyPika==0.48.9
141
+ pyproject_hooks==1.0.0
142
+ pytesseract==0.3.10
143
+ python-dateutil==2.9.0.post0
144
+ python-docx==1.1.0
145
+ python-dotenv==1.0.1
146
+ python-iso639==2024.2.7
147
+ python-magic==0.4.27
148
+ python-multipart==0.0.9
149
+ python-pptx==0.6.23
150
+ pytz==2024.1
151
+ PyYAML==6.0.1
152
+ rapidfuzz==3.8.1
153
+ regex==2023.12.25
154
+ requests==2.31.0
155
+ requests-oauthlib==2.0.0
156
+ rich==13.7.1
157
+ rsa==4.9
158
+ safetensors==0.4.2
159
+ scikit-learn==1.4.2
160
+ scipy==1.13.0
161
+ sentence-transformers==2.6.1
162
+ shellingham==1.5.4
163
+ six==1.16.0
164
+ sniffio==1.3.1
165
+ soupsieve==2.5
166
+ SQLAlchemy==2.0.29
167
+ starlette==0.37.2
168
+ sympy==1.12
169
+ tabulate==0.9.0
170
+ tenacity==8.2.3
171
+ threadpoolctl==3.4.0
172
+ timm==0.9.16
173
+ tokenizers==0.15.2
174
+ tomli==2.0.1
175
+ torch==2.2.2
176
+ torchvision==0.17.2
177
+ tqdm==4.66.2
178
+ transformers==4.39.3
179
+ triton==2.2.0
180
+ typer==0.12.3
181
+ typing-inspect==0.9.0
182
+ typing_extensions==4.11.0
183
+ tzdata==2024.1
184
+ unstructured==0.13.2
185
+ unstructured-client==0.18.0
186
+ unstructured-inference==0.7.25
187
+ unstructured.pytesseract==0.3.12
188
+ urllib3==2.2.1
189
+ uvicorn==0.29.0
190
+ uvloop==0.19.0
191
+ watchfiles==0.21.0
192
+ websocket-client==1.7.0
193
+ websockets==12.0
194
+ wrapt==1.16.0
195
+ xlrd==2.0.1
196
+ XlsxWriter==3.2.0
197
+ xxhash==3.4.1
198
+ yarl==1.9.4
199
+ zipp==3.18.1