ArturG9 commited on
Commit
88ff987
1 Parent(s): 3f669b6

Update requirments.txt

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