gabruarya commited on
Commit
0ab26dc
1 Parent(s): d5920ab

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +165 -67
requirements.txt CHANGED
@@ -1,104 +1,202 @@
1
- aiohttp==3.9.3
 
2
  aiosignal==1.3.1
3
- altair==5.2.0
4
  annotated-types==0.6.0
5
  anyio==3.7.1
6
- attrs==23.2.0
 
 
 
 
 
 
 
 
 
 
 
7
  blinker==1.7.0
8
- cachetools==5.3.3
9
- certifi==2024.2.2
 
10
  charset-normalizer==3.3.2
11
  click==8.1.7
12
  colorama==0.4.6
13
- dataclasses-json==0.6.4
14
- distro==1.9.0
15
- dnspython==2.6.1
 
 
 
 
 
 
 
 
 
16
  filelock==3.13.1
17
- frozenlist==1.4.1
18
- fsspec==2024.3.1
 
 
19
  gitdb==4.0.11
20
- GitPython==3.1.42
21
- greenlet==3.0.3
22
- groq==0.4.2
 
23
  h11==0.14.0
24
- httpcore==1.0.4
25
- httpx==0.27.0
26
- huggingface-hub==0.21.4
27
- idna==3.6
28
- importlib-metadata==6.11.0
29
- Jinja2==3.1.3
 
 
 
 
 
30
  joblib==1.3.2
 
31
  jsonpatch==1.33
32
  jsonpointer==2.4
33
- jsonschema==4.21.1
34
- jsonschema-specifications==2023.12.1
 
 
 
 
 
 
 
 
 
 
35
  langchain==0.0.337
36
- langchain-community==0.0.29
37
- langchain-core==0.1.23
38
  langchain-experimental==0.0.41
39
- langchain-groq==0.0.1
40
- langchain-text-splitters==0.0.1
41
- langsmith==0.0.87
42
  llamaapi==0.1.36
43
  loguru==0.7.2
44
  markdown-it-py==3.0.0
45
- MarkupSafe==2.1.5
46
- marshmallow==3.21.1
 
47
  mdurl==0.1.2
 
48
  mpmath==1.3.0
49
- multidict==6.0.5
50
  mypy-extensions==1.0.0
51
- nest-asyncio==1.6.0
 
 
 
52
  networkx==3.2.1
53
  nltk==3.8.1
54
- numpy==1.26.4
55
- orjson==3.9.15
 
 
 
 
 
 
 
 
 
 
 
56
  packaging==23.2
57
- pandas==2.2.1
58
- pillow==10.2.0
 
 
59
  pinecone-client==2.2.4
60
- protobuf==4.25.3
61
- pyarrow==15.0.2
62
- pydantic==2.6.4
63
- pydantic_core==2.16.3
 
 
 
 
 
 
64
  pydeck==0.8.1b0
65
- Pygments==2.17.2
66
- python-dateutil==2.9.0.post0
67
- pytz==2024.1
 
 
 
 
 
 
 
 
 
68
  PyYAML==6.0.1
69
- referencing==0.34.0
70
- regex==2023.12.25
 
71
  requests==2.31.0
72
- rich==13.7.1
73
- rpds-py==0.18.0
74
- safetensors==0.4.2
75
- scikit-learn==1.4.1.post1
76
- scipy==1.12.0
77
- sentence-transformers==2.5.1
78
- sentencepiece==0.2.0
 
 
 
 
79
  six==1.16.0
80
  smmap==5.0.1
81
- sniffio==1.3.1
82
- SQLAlchemy==2.0.28
 
 
 
83
  streamlit==1.28.2
84
  sympy==1.12
 
85
  tenacity==8.2.3
86
- threadpoolctl==3.4.0
87
- tokenizers==0.15.2
 
 
88
  toml==0.10.2
89
- toolz==0.12.1
90
- torch==2.2.1
91
- torchvision==0.17.1
92
- tornado==6.4
93
- tqdm==4.66.2
94
- transformers==4.39.0
 
 
 
95
  typing-inspect==0.9.0
96
- typing_extensions==4.10.0
97
- tzdata==2024.1
98
  tzlocal==5.2
99
- urllib3==2.2.1
100
- validators==0.23.2
101
- watchdog==4.0.0
 
 
 
 
 
 
 
 
 
 
102
  win32-setctime==1.1.0
103
- yarl==1.9.4
104
- zipp==3.18.1
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.0
3
  aiosignal==1.3.1
4
+ altair==5.1.2
5
  annotated-types==0.6.0
6
  anyio==3.7.1
7
+ argon2-cffi==23.1.0
8
+ argon2-cffi-bindings==21.2.0
9
+ arrow==1.3.0
10
+ asttokens==2.4.1
11
+ async-lru==2.0.4
12
+ asyncer==0.0.2
13
+ attrs==23.1.0
14
+ Babel==2.13.1
15
+ backoff==2.2.1
16
+ beautifulsoup4==4.12.2
17
+ bidict==0.22.1
18
+ bleach==6.1.0
19
  blinker==1.7.0
20
+ cachetools==5.3.2
21
+ certifi==2023.11.17
22
+ cffi==1.16.0
23
  charset-normalizer==3.3.2
24
  click==8.1.7
25
  colorama==0.4.6
26
+ comm==0.2.0
27
+ dataclasses-json==0.5.14
28
+ debugpy==1.8.0
29
+ decorator==5.1.1
30
+ defusedxml==0.7.1
31
+ Deprecated==1.2.14
32
+ dnspython==2.4.2
33
+ executing==2.0.1
34
+ faiss-cpu==1.7.4
35
+ fastapi==0.100.1
36
+ fastapi-socketio==0.0.10
37
+ fastjsonschema==2.19.0
38
  filelock==3.13.1
39
+ filetype==1.2.0
40
+ fqdn==1.5.1
41
+ frozenlist==1.4.0
42
+ fsspec==2023.10.0
43
  gitdb==4.0.11
44
+ GitPython==3.1.40
45
+ googleapis-common-protos==1.61.0
46
+ greenlet==3.0.1
47
+ grpcio==1.59.3
48
  h11==0.14.0
49
+ httpcore==0.17.3
50
+ httpx==0.24.1
51
+ huggingface-hub==0.19.4
52
+ idna==3.4
53
+ importlib-metadata==6.8.0
54
+ ipykernel==6.26.0
55
+ ipython==8.17.2
56
+ ipywidgets==8.1.1
57
+ isoduration==20.11.0
58
+ jedi==0.19.1
59
+ Jinja2==3.1.2
60
  joblib==1.3.2
61
+ json5==0.9.14
62
  jsonpatch==1.33
63
  jsonpointer==2.4
64
+ jsonschema==4.20.0
65
+ jsonschema-specifications==2023.11.1
66
+ jupyter-events==0.9.0
67
+ jupyter-lsp==2.2.0
68
+ jupyter_client==8.6.0
69
+ jupyter_core==5.5.0
70
+ jupyter_server==2.10.1
71
+ jupyter_server_terminals==0.4.4
72
+ jupyterlab==4.0.8
73
+ jupyterlab-pygments==0.2.2
74
+ jupyterlab-widgets==3.0.9
75
+ jupyterlab_server==2.25.1
76
  langchain==0.0.337
 
 
77
  langchain-experimental==0.0.41
78
+ langsmith==0.0.65
79
+ Lazify==0.4.0
 
80
  llamaapi==0.1.36
81
  loguru==0.7.2
82
  markdown-it-py==3.0.0
83
+ MarkupSafe==2.1.3
84
+ marshmallow==3.20.1
85
+ matplotlib-inline==0.1.6
86
  mdurl==0.1.2
87
+ mistune==3.0.2
88
  mpmath==1.3.0
89
+ multidict==6.0.4
90
  mypy-extensions==1.0.0
91
+ nbclient==0.9.0
92
+ nbconvert==7.11.0
93
+ nbformat==5.9.2
94
+ nest-asyncio==1.5.8
95
  networkx==3.2.1
96
  nltk==3.8.1
97
+ notebook==7.0.6
98
+ notebook_shim==0.2.3
99
+ numpy==1.26.2
100
+ opentelemetry-api==1.21.0
101
+ opentelemetry-exporter-otlp==1.21.0
102
+ opentelemetry-exporter-otlp-proto-common==1.21.0
103
+ opentelemetry-exporter-otlp-proto-grpc==1.21.0
104
+ opentelemetry-exporter-otlp-proto-http==1.21.0
105
+ opentelemetry-instrumentation==0.42b0
106
+ opentelemetry-proto==1.21.0
107
+ opentelemetry-sdk==1.21.0
108
+ opentelemetry-semantic-conventions==0.42b0
109
+ overrides==7.4.0
110
  packaging==23.2
111
+ pandas==2.1.3
112
+ pandocfilters==1.5.0
113
+ parso==0.8.3
114
+ Pillow==10.1.0
115
  pinecone-client==2.2.4
116
+ platformdirs==4.0.0
117
+ prometheus-client==0.18.0
118
+ prompt-toolkit==3.0.41
119
+ protobuf==4.25.1
120
+ psutil==5.9.6
121
+ pure-eval==0.2.2
122
+ pyarrow==14.0.1
123
+ pycparser==2.21
124
+ pydantic==2.5.1
125
+ pydantic_core==2.14.3
126
  pydeck==0.8.1b0
127
+ Pygments==2.16.1
128
+ PyJWT==2.8.0
129
+ pypdf==3.17.1
130
+ pypdfium2==4.24.0
131
+ python-dateutil==2.8.2
132
+ python-dotenv==1.0.0
133
+ python-engineio==4.8.0
134
+ python-graphql-client==0.4.3
135
+ python-json-logger==2.0.7
136
+ python-multipart==0.0.6
137
+ python-socketio==5.10.0
138
+ pytz==2023.3.post1
139
  PyYAML==6.0.1
140
+ pyzmq==25.1.1
141
+ referencing==0.31.0
142
+ regex==2023.10.3
143
  requests==2.31.0
144
+ rfc3339-validator==0.1.4
145
+ rfc3986-validator==0.1.1
146
+ rich==13.7.0
147
+ rpds-py==0.13.0
148
+ safetensors==0.4.0
149
+ scikit-learn==1.3.2
150
+ scipy==1.11.4
151
+ Send2Trash==1.8.2
152
+ sentence-transformers==2.2.2
153
+ sentencepiece==0.1.99
154
+ simple-websocket==1.0.0
155
  six==1.16.0
156
  smmap==5.0.1
157
+ sniffio==1.3.0
158
+ soupsieve==2.5
159
+ SQLAlchemy==2.0.23
160
+ stack-data==0.6.3
161
+ starlette==0.27.0
162
  streamlit==1.28.2
163
  sympy==1.12
164
+ syncer==2.0.3
165
  tenacity==8.2.3
166
+ terminado==0.18.0
167
+ threadpoolctl==3.2.0
168
+ tinycss2==1.2.1
169
+ tokenizers==0.15.0
170
  toml==0.10.2
171
+ tomli==2.0.1
172
+ toolz==0.12.0
173
+ torch==2.1.1
174
+ torchvision==0.16.1
175
+ tornado==6.3.3
176
+ tqdm==4.66.1
177
+ traitlets==5.13.0
178
+ transformers==4.35.2
179
+ types-python-dateutil==2.8.19.14
180
  typing-inspect==0.9.0
181
+ typing_extensions==4.8.0
182
+ tzdata==2023.3
183
  tzlocal==5.2
184
+ uptrace==1.21.0
185
+ uri-template==1.3.0
186
+ urllib3==2.1.0
187
+ uvicorn==0.23.2
188
+ validators==0.22.0
189
+ watchdog==3.0.0
190
+ watchfiles==0.20.0
191
+ wcwidth==0.2.10
192
+ webcolors==1.13
193
+ webencodings==0.5.1
194
+ websocket-client==1.6.4
195
+ websockets==12.0
196
+ widgetsnbextension==4.0.9
197
  win32-setctime==1.1.0
198
+ wrapt==1.16.0
199
+ wsproto==1.2.0
200
+ yarl==1.9.2
201
+ zipp==3.17.0
202
+ langchain-groq