forked from jina-ai/serve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extra-requirements.txt
37 lines (36 loc) · 1.42 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
# FORMAT
# Put your extra requirements here in the following format
#
# package[version]: tag1, tag2, ...
#
# AVAILABLE TAGS
#
# nlp, cv, ml, video, audio, numeric, encode, index, prep, score, route, gpu, http
#
# 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 dont need to tag it again.
# For example, 'flair>=0.4.1: flair' 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: numeric, index
flask: http, sse, devel
flask_cors: http, sse, devel
nmslib: index
docker: flow, devel
torch: framework
transformers: nlp, encode
flair: nlp, encode
paddlepaddle: framework, py37
paddlehub: framework, py37
Pillow: cv
tensorflow>=2.0: framework, py37
torchvision: framework
onnx: framework, py37
onnxruntime: framework, py37
annoy: index
sklearn: framework
plyvel: index
jieba: nlp, preprocess
lz4: optimization, devel, production, network