forked from jina-ai/serve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extra-requirements.txt
67 lines (66 loc) · 3.09 KB
/
extra-requirements.txt
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
# JINA PACKAGE DEPENDENCIES
#
# Essential: only 6, they are labeled with `core`: numpy, pyzmq, tornado, grpcio, protobuf, pyyaml. They will be installed
# when you do `pip install jina`. They are essential to run 90% features & functionalities of Jina.
# Extensions: they are labeled with different tags. They will NOT be installed by default. One can install a group of
# of dependencies labeled `tag` by `pip install "jina[tag]"`
#
# FILE FORMAT
# https://hanxiao.io/2019/11/07/A-Better-Practice-for-Managing-extras-require-Dependencies-in-Python/
# Put your extra requirements here in the following format
#
# package[version]: tag1, tag2, ...
#
#
# REMARKS ON TAGS
# 1. Try to reuse the existing tags if possible.
# If you intend to create a new tag, keep it alphabetical, short and general
# 2. Package name itself is a tag already, so you don't need to tag it again.
# For example, 'numpy>=0.4.1: numpy' is redundant
# 3. Tag order doesn't matter; case-sensitive; duplicated tag will be ignored
# 4. Tag `all` is reserved for representing all packages
scipy>=1.6.1: sparse, cicd, graph
fastapi: devel, cicd, http, test, daemon, chatbot, multimodal
uvicorn[standard]>=0.14.0: devel, cicd, http, test, daemon, chatbot, multimodal
fluent-logger: logging, http, sse, dashboard, devel, cicd, daemon
docker: devel, cicd, network, hub, daemon
pathspec: devel, cicd, hub
requests: http, devel, cicd, daemon, hub
torch>=1.1.0: framework, cicd, chatbot, multimodal
transformers>=2.6.0: nlp, cicd, chatbot, multimodal
tensorflow>=2.0: framework, cicd
torchvision>=0.3.0: framework, cv, multimodal, cicd
Pillow: cv, cicd, multimodal
lz4<3.1.2: devel, cicd, perf, network
gevent: http, devel, cicd
uvloop: devel, cicd, perf
numpy: core
pyzmq>=17.1.0: core
protobuf>=3.13.0: core
grpcio>=1.33.1: core
pyyaml>=5.3.1: core
tornado>=5.1.0: core
pytest: test
pytest-xdist==1.34.0: test
pytest-timeout: test
pytest-mock: test
pytest-cov: test
pytest-repeat: test
pytest-asyncio: test
pytest-xprocess: test
pytest-reraise: test
flaky: test
mock: test
requests: http, devel, cicd, daemon
prettytable: devel, cicd
optuna: cicd, optimizer
websockets: http, devel, cicd, daemon, client
pydantic: http, devel, cicd, daemon, chatbot, multimodal
python-multipart: http, devel, cicd, daemon
aiofiles: devel, cicd, http, daemon
aiohttp: devel, cicd, http, async, client
pytest-custom_exit_code: test
bs4: cicd
aiostream: devel, cicd, async, client
jsonschema: cicd
dgl==0.6.1: cicd, graph