ArturG9 commited on
Commit
8b51dcb
1 Parent(s): db574f2

Update requirments.txt

Browse files
Files changed (1) hide show
  1. requirments.txt +187 -42
requirments.txt CHANGED
@@ -1,45 +1,190 @@
1
 
2
  pyenchant
3
- chromadb
4
- GitPython
5
- huggingface_hub
6
- langchain
7
- langchain-community
8
- langchain-core
9
- langchain-huggingface
10
- langchain-text-splitters
11
- langdetect
12
- langsmith
13
- llama_cpp_python
14
- matplotlib
15
- numpy
16
- pandas
17
- pydantic
18
- pydantic_core
19
- pydeck
20
- pydub
21
- Pygments
22
- pyparsing
23
- pypdf
24
- PyPika
25
- pyproject_hooks
26
- pyreadline3
27
- python-dateutil
28
- python-dotenv
29
- python-iso639
30
- python-magic
31
- python-multipart
32
- safetensors
33
- scikit-learn
34
- scipy
35
- semantic-version
36
- sentence-transformers
37
- SQLAlchemy
38
- starlette
39
- tiktoken
40
- tokenizers
41
- toolz
42
- torch
43
- transformers
44
- uvicorn
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
 
1
 
2
  pyenchant
3
+ aiofiles==23.2.1
4
+ aiohttp==3.9.5
5
+ aiosignal==1.3.1
6
+ altair==5.3.0
7
+ annotated-types==0.7.0
8
+ anyio==4.4.0
9
+ asgiref==3.8.1
10
+ async-timeout==4.0.3
11
+ attrs==23.2.0
12
+ backoff==2.2.1
13
+ bcrypt==4.1.3
14
+ beautifulsoup4==4.12.3
15
+ blinker==1.8.2
16
+ build==1.2.1
17
+ cachetools==5.3.3
18
+ certifi==2024.6.2
19
+ chardet==5.2.0
20
+ charset-normalizer==3.3.2
21
+ chroma-hnswlib==0.7.3
22
+ chromadb==0.5.3
23
+ click==8.1.7
24
+ colorama==0.4.6
25
+ coloredlogs==15.0.1
26
+ contourpy==1.2.1
27
+ cycler==0.12.1
28
+ dataclasses-json==0.6.7
29
+ deepdiff==7.0.1
30
+ Deprecated==1.2.14
31
+ diskcache==5.6.3
32
+ dnspython==2.6.1
33
+ email_validator==2.2.0
34
+ emoji==2.12.1
35
+ exceptiongroup==1.2.1
36
+ fastapi==0.111.0
37
+ fastapi-cli==0.0.4
38
+ ffmpy==0.3.2
39
+ filelock==3.15.4
40
+ filetype==1.2.0
41
+ flatbuffers==24.3.25
42
+ fonttools==4.53.0
43
+ frozenlist==1.4.1
44
+ fsspec==2024.6.0
45
+ gitdb==4.0.11
46
+ GitPython==3.1.43
47
+ google-auth==2.30.0
48
+ googleapis-common-protos==1.63.2
49
+ greenlet==3.0.3
50
+ grpcio==1.64.1
51
+ h11==0.14.0
52
+ httpcore==1.0.5
53
+ httptools==0.6.1
54
+ httpx==0.27.0
55
+ huggingface-hub==0.23.4
56
+ humanfriendly==10.0
57
+ idna==3.7
58
+ importlib_metadata==7.1.0
59
+ importlib_resources==6.4.0
60
+ intel-openmp==2021.4.0
61
+ Jinja2==3.1.4
62
+ joblib==1.4.2
63
+ jsonpatch==1.33
64
+ jsonpath-python==1.0.6
65
+ jsonpointer==3.0.0
66
+ jsonschema==4.22.0
67
+ jsonschema-specifications==2023.12.1
68
+ kiwisolver==1.4.5
69
+ kubernetes==30.1.0
70
+ langchain==0.2.5
71
+ langchain-community==0.2.5
72
+ langchain-core==0.2.9
73
+ langchain-huggingface==0.0.3
74
+ langchain-text-splitters==0.2.1
75
+ langdetect==1.0.9
76
+ langsmith==0.1.81
77
+ llama_cpp_python==0.2.79
78
+ lxml==5.2.2
79
+ markdown-it-py==3.0.0
80
+ MarkupSafe==2.1.5
81
+ marshmallow==3.21.3
82
+ matplotlib==3.9.0
83
+ mdurl==0.1.2
84
+ mkl==2021.4.0
85
+ mmh3==4.1.0
86
+ monotonic==1.6
87
+ mpmath==1.3.0
88
+ multidict==6.0.5
89
+ mypy-extensions==1.0.0
90
+ nest-asyncio==1.6.0
91
+ networkx==3.3
92
+ nltk==3.8.1
93
+ numpy==1.26.4
94
+ oauthlib==3.2.2
95
+ onnxruntime==1.18.0
96
+ opentelemetry-api==1.25.0
97
+ opentelemetry-exporter-otlp-proto-common==1.25.0
98
+ opentelemetry-exporter-otlp-proto-grpc==1.25.0
99
+ opentelemetry-instrumentation==0.46b0
100
+ opentelemetry-instrumentation-asgi==0.46b0
101
+ opentelemetry-instrumentation-fastapi==0.46b0
102
+ opentelemetry-proto==1.25.0
103
+ opentelemetry-sdk==1.25.0
104
+ opentelemetry-semantic-conventions==0.46b0
105
+ opentelemetry-util-http==0.46b0
106
+ ordered-set==4.1.0
107
+ orjson==3.10.5
108
+ overrides==7.7.0
109
+ packaging==24.1
110
+ pandas==2.2.2
111
+ pillow==10.3.0
112
+ posthog==3.5.0
113
+ protobuf==4.25.3
114
+ pyarrow==16.1.0
115
+ pyasn1==0.6.0
116
+ pyasn1_modules==0.4.0
117
+ pydantic==2.7.4
118
+ pydantic_core==2.18.4
119
+ pydeck==0.9.1
120
+ pydub==0.25.1
121
+ Pygments==2.18.0
122
+ pyparsing==3.1.2
123
+ pypdf==4.2.0
124
+ PyPika==0.48.9
125
+ pyproject_hooks==1.1.0
126
+ pyreadline3==3.4.1
127
+ python-dateutil==2.9.0.post0
128
+ python-dotenv==1.0.1
129
+ python-iso639==2024.4.27
130
+ python-magic==0.4.27
131
+ python-multipart==0.0.9
132
+ pytz==2024.1
133
+ PyYAML==6.0.1
134
+ rapidfuzz==3.9.3
135
+ referencing==0.35.1
136
+ regex==2024.5.15
137
+ requests==2.32.3
138
+ requests-oauthlib==2.0.0
139
+ requests-toolbelt==1.0.0
140
+ rich==13.7.1
141
+ rpds-py==0.18.1
142
+ rsa==4.9
143
+ ruff==0.4.10
144
+ safetensors==0.4.3
145
+ scikit-learn==1.5.0
146
+ scipy==1.13.1
147
+ semantic-version==2.10.0
148
+ sentence-transformers==3.0.1
149
+ shellingham==1.5.4
150
+ six==1.16.0
151
+ smmap==5.0.1
152
+ sniffio==1.3.1
153
+ soupsieve==2.5
154
+ SQLAlchemy==2.0.31
155
+ starlette==0.37.2
156
+ streamlit==1.36.0
157
+ sympy==1.12.1
158
+ tabulate==0.9.0
159
+ tbb==2021.13.0
160
+ tenacity==8.4.2
161
+ threadpoolctl==3.5.0
162
+ tiktoken==0.7.0
163
+ tokenizers==0.19.1
164
+ toml==0.10.2
165
+ tomli==2.0.1
166
+ tomlkit==0.12.0
167
+ toolz==0.12.1
168
+ torch==2.3.1
169
+ tornado==6.4.1
170
+ tqdm==4.66.4
171
+ transformers==4.41.2
172
+ typer==0.12.3
173
+ typing==3.7.4.3
174
+ typing-inspect==0.9.0
175
+ typing_extensions==4.12.2
176
+ tzdata==2024.1
177
+ ujson==5.10.0
178
+ unstructured==0.14.8
179
+ unstructured-client==0.23.7
180
+ urllib3==2.2.2
181
+ uvicorn==0.30.1
182
+ watchdog==4.0.1
183
+ watchfiles==0.22.0
184
+ websocket-client==1.8.0
185
+ websockets==11.0.3
186
+ wrapt==1.16.0
187
+ yarl==1.9.4
188
+ zipp==3.19.2
189
+
190