-
Notifications
You must be signed in to change notification settings - Fork 173
Expand file tree
/
Copy pathrequirements.txt
More file actions
136 lines (133 loc) · 2.67 KB
/
requirements.txt
File metadata and controls
136 lines (133 loc) · 2.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
aioboto3~=15.0.0
aiodataloader~=0.4.2
aiodocker==0.24.0
aiofiles~=24.1.0
aiohttp~=3.13.3
aiohttp_cors~=0.8.1
aiohttp_remotes~=1.3.0
aiohttp_jinja2~=1.6
aiohttp_sse>=2.2
aiodns==3.2
aiomonitor~=0.7.0
aioresponses>=0.7.3
aiosqlite~=0.21.0
aiotools~=2.2.3
aiotusclient~=0.1.4
alembic~=1.13.2
appdirs~=1.4.4
async_timeout~=4.0
asyncpg>=0.29.0
asynctest>=0.13.0
asyncudp>=0.11
authlib>=1.3.2
attrs>=25.3
bcrypt~=4.2.0
boto3~=1.35
cachetools~=5.5.0
callosum~=1.0.3
cattrs~=24.1.1
click~=8.1.7
coloredlogs~=15.0
colorama>=0.4.6
cryptography>=44.0.2
dataclasses-json~=0.5.7
faker~=24.7.1
graphene~=3.3.0
graphene-federation~=3.2.0
graphql-core~=3.2.6
graphql-relay~=3.2.0
graypy==2.1.0
httpx>=0.27.0
humanize>=3.1.0
ifaddr~=0.2
inquirer~=3.3.0
janus~=2.0
Jinja2~=3.1.6
jupyter-client>=8.6
kubernetes~=33.1.0
kubernetes-asyncio~=33.3.0
lark~=1.1.5
memray~=1.17.2
more-itertools~=10.5.0
msgpack~=1.1.0
multidict~=6.6.4
namedlist~=1.8
networkx~=3.3.0
orjson~=3.10.16
opentelemetry-api~=1.39.0
opentelemetry-sdk~=1.39.0
opentelemetry-exporter-otlp-proto-grpc~=1.39.0
opentelemetry-instrumentation-aiohttp-client~=0.60b0
opentelemetry-instrumentation-aiohttp-server~=0.60b0
opentelemetry-instrumentation-logging~=0.60b0
pexpect~=4.8
prometheus-client~=0.21.1
psutil~=7.0
pycares~=4.11.0
pycryptodome>=3.20.0
habana-pyhlml~=1.22.1.6
pyhumps~=3.8.0
pyotp~=2.9.0
pyroscope-io~=0.8.8
python-dateutil>=2.9
python-dotenv~=1.0.1
python-json-logger~=3.2.0
pyzmq~=26.4
PyJWT~=2.10.1
PyYAML~=6.0
pydantic[email]~=2.11.3
packaging>=24.1
hiredis>=3.0.0
huggingface-hub~=0.34.3
redis[hiredis]~=7.1.0
rich~=13.6
ruamel.yaml~=0.18.10
SQLAlchemy[postgresql_asyncpg]~=2.0.45
setproctitle~=1.3.5
setuptools~=80.0.0
strawberry-graphql~=0.314.0
tabulate~=0.8.9
temporenc~=0.1.0
tenacity>=9.0
toml~=0.10.2
tomli~=2.0.1
tomli-w~=1.2.0
tomlkit~=0.13.2
tqdm~=4.67.1
trafaret~=2.1
treelib~=1.7.0
tt-smi~=3.0.36; sys_platform == 'linux' and platform_machine == 'x86_64'
typeguard~=4.3
typing_extensions~=4.11
textual~=0.79.1
uvloop~=0.22.1; sys_platform != "Windows"
valkey-glide~=2.2.2
yarl~=1.19.0
zipstream-new~=1.1.8
# required by ai.backend.test (integration test suite)
pytest>=8.4.0
pytest-aiohttp~=1.1.0
pytest-dependency>=0.6.0
pytest-mock>=3.14.0
testcontainers[postgres,redis,minio]~=4.13.3
# type stubs
types-six
types-setuptools
types-python-dateutil
types-aiofiles
types-cachetools
types-colorama
types-Jinja2
# Removed types-networkx because it depends on numpy, which we do not want to install by default
# https://github.com/python/typeshed/issues/14760
# types-networkx
types-pexpect
types-psutil
types-PyYAML
types-redis
types-tabulate
types-toml
types-tqdm
backend.ai-krunner-alpine==5.4.0
backend.ai-krunner-static-gnu==4.4.0
etcd-client-py~=0.5.1