Skip to content

Commit 6c32513

Browse files
committed
embeddings_api requirements.txt file for CHM laptop
1 parent b015921 commit 6c32513

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

embeddings_api/requirements.txt

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
-i https://pypi.org/simple
2+
aiohttp==3.9.1
3+
aiohttp-cors==0.7.0
4+
aiosignal==1.3.1; python_version >= '3.7'
5+
anyio==4.2.0; python_version >= '3.8'
6+
async-timeout==4.0.3; python_version < '3.11'
7+
attrs==23.2.0; python_version >= '3.7'
8+
blessed==1.20.0; python_version >= '2.7'
9+
blinker==1.7.0; python_version >= '3.8'
10+
cachetools==5.3.2; python_version >= '3.7'
11+
certifi==2023.11.17; python_version >= '3.6'
12+
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
13+
click==8.1.7; python_version >= '3.7'
14+
colorful==0.5.5
15+
distlib==0.3.8
16+
distro==1.9.0; python_version >= '3.6'
17+
exceptiongroup==1.2.0; python_version < '3.11'
18+
filelock==3.13.1; python_version >= '3.8'
19+
flask==3.0.0; python_version >= '3.8'
20+
frozenlist==1.4.1; python_version >= '3.8'
21+
fsspec==2023.12.2; python_version >= '3.8'
22+
google-api-core==2.15.0; python_version >= '3.6'
23+
google-auth==2.26.1; python_version >= '3.7'
24+
googleapis-common-protos==1.62.0; python_version >= '3.7'
25+
gpustat==1.1.1
26+
grpcio==1.60.0
27+
h11==0.14.0; python_version >= '3.7'
28+
httpcore==1.0.2; python_version >= '3.8'
29+
httpx==0.26.0; python_version >= '3.8'
30+
idna==3.6; python_version >= '3.5'
31+
itsdangerous==2.1.2; python_version >= '3.7'
32+
jinja2==3.1.2; python_version >= '3.7'
33+
jsonschema==4.20.0; python_version >= '3.8'
34+
jsonschema-specifications==2023.12.1; python_version >= '3.8'
35+
markupsafe==2.1.3; python_version >= '3.7'
36+
modin[ray]==0.26.0; python_version >= '3.9'
37+
msgpack==1.0.7; python_version >= '3.8'
38+
multidict==6.0.4; python_version >= '3.7'
39+
numpy==1.26.3; python_version >= '3.9'
40+
nvidia-ml-py==12.535.133
41+
openai==1.6.1; python_full_version >= '3.7.1'
42+
opencensus==0.11.4
43+
opencensus-context==0.1.3
44+
packaging==23.2; python_version >= '3.7'
45+
pandas==2.1.4; python_version >= '3.9'
46+
platformdirs==3.11.0; python_version >= '3.7'
47+
prometheus-client==0.19.0
48+
protobuf==4.25.1; python_version >= '3.8'
49+
psutil==5.9.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
50+
py-spy==0.3.14
51+
pyarrow==14.0.2
52+
pyasn1==0.5.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
53+
pyasn1-modules==0.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
54+
pydantic==1.10.13; python_version >= '3.7'
55+
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
56+
python-dotenv==1.0.0; python_version >= '3.8'
57+
pytz==2023.3.post1
58+
pyyaml==6.0.1; python_version >= '3.6'
59+
ray[default]==2.9.0
60+
referencing==0.32.0; python_version >= '3.8'
61+
requests==2.31.0; python_version >= '3.7'
62+
rpds-py==0.16.2; python_version >= '3.8'
63+
rsa==4.9; python_version >= '3.6' and python_version < '4'
64+
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
65+
smart-open==6.4.0
66+
sniffio==1.3.0; python_version >= '3.7'
67+
tqdm==4.66.1; python_version >= '3.7'
68+
typing-extensions==4.9.0; python_version >= '3.8'
69+
tzdata==2023.4; python_version >= '2'
70+
urllib3==2.1.0; python_version >= '3.8'
71+
virtualenv==20.21.0
72+
wcwidth==0.2.12
73+
werkzeug==3.0.1; python_version >= '3.8'
74+
yarl==1.9.4; python_version >= '3.7'

0 commit comments

Comments
 (0)