kshitijkumbar commited on
Commit
39c5418
·
1 Parent(s): a857dd6

Update requirements and data

Browse files
Files changed (2) hide show
  1. data/books_summary.txt +0 -0
  2. requirements.txt +7 -0
data/books_summary.txt CHANGED
The diff for this file is too large to render. See raw diff
 
requirements.txt CHANGED
@@ -21,7 +21,9 @@ chromadb==0.4.24
21
  click==8.1.7
22
  coloredlogs==15.0.1
23
  dataclasses-json==0.6.4
 
24
  Deprecated==1.2.14
 
25
  dirtyjson==1.0.8
26
  diskcache==5.6.3
27
  distro==1.9.0
@@ -79,6 +81,7 @@ mmh3==4.1.0
79
  monotonic==1.6
80
  mpmath==1.3.0
81
  multidict==6.0.5
 
82
  mypy-extensions==1.0.0
83
  nest-asyncio==1.6.0
84
  networkx==3.2.1
@@ -109,6 +112,7 @@ opentelemetry-proto==1.23.0
109
  opentelemetry-sdk==1.23.0
110
  opentelemetry-semantic-conventions==0.44b0
111
  opentelemetry-util-http==0.44b0
 
112
  orjson==3.9.15
113
  overrides==7.7.0
114
  packaging==23.2
@@ -119,6 +123,7 @@ protobuf==4.25.3
119
  psutil==5.9.8
120
  pulsar-client==3.4.0
121
  pyarrow==15.0.0
 
122
  pyasn1==0.5.1
123
  pyasn1-modules==0.3.0
124
  pydantic==2.6.3
@@ -143,6 +148,7 @@ rpds-py==0.18.0
143
  rsa==4.9
144
  safetensors==0.4.2
145
  scipy==1.12.0
 
146
  setuptools==68.2.2
147
  six==1.16.0
148
  smmap==5.0.1
@@ -176,5 +182,6 @@ websocket-client==1.7.0
176
  websockets==12.0
177
  wheel==0.41.2
178
  wrapt==1.16.0
 
179
  yarl==1.9.4
180
  zipp==3.17.0
 
21
  click==8.1.7
22
  coloredlogs==15.0.1
23
  dataclasses-json==0.6.4
24
+ datasets==2.18.0
25
  Deprecated==1.2.14
26
+ dill==0.3.8
27
  dirtyjson==1.0.8
28
  diskcache==5.6.3
29
  distro==1.9.0
 
81
  monotonic==1.6
82
  mpmath==1.3.0
83
  multidict==6.0.5
84
+ multiprocess==0.70.16
85
  mypy-extensions==1.0.0
86
  nest-asyncio==1.6.0
87
  networkx==3.2.1
 
112
  opentelemetry-sdk==1.23.0
113
  opentelemetry-semantic-conventions==0.44b0
114
  opentelemetry-util-http==0.44b0
115
+ optimum==1.17.1
116
  orjson==3.9.15
117
  overrides==7.7.0
118
  packaging==23.2
 
123
  psutil==5.9.8
124
  pulsar-client==3.4.0
125
  pyarrow==15.0.0
126
+ pyarrow-hotfix==0.6
127
  pyasn1==0.5.1
128
  pyasn1-modules==0.3.0
129
  pydantic==2.6.3
 
148
  rsa==4.9
149
  safetensors==0.4.2
150
  scipy==1.12.0
151
+ sentencepiece==0.2.0
152
  setuptools==68.2.2
153
  six==1.16.0
154
  smmap==5.0.1
 
182
  websockets==12.0
183
  wheel==0.41.2
184
  wrapt==1.16.0
185
+ xxhash==3.4.1
186
  yarl==1.9.4
187
  zipp==3.17.0