forked from argilla-io/argilla
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
67 lines (62 loc) · 1.56 KB
/
setup.cfg
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
[metadata]
name = rubrix
description = Open-source tool for exploring, labeling, and monitoring data for NLP projects.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = data-science natural-language-processing text-labeling data-annotation artificial-intelligence knowledged-graph developers-tools human-in-the-loop mlops
license = Apache-2.0
url = https://recogn.ai
author = recognai
author_email = [email protected]
maintainer = recognai
maintainer_email = [email protected]
[options]
package_dir =
=src
packages = find:
python_requires = >=3.7
install_requires =
httpx ~= 0.15.0
# Client
# pandas -> For data loading
pandas >=1.0.0,<2.0.0
# Aligned pydantic version with server fastAPI
pydantic >= 1.7.1
starlette >=0.13.0,<1.0.0
# monitoring
wrapt ~= 1.13.0
# weaksupervision
numpy
tqdm >= 4.27.0
[options.packages.find]
where = src
[options.package_data]
* =
server/static/*
server/static/**/*
server/static/**/**/*
server/static/**/**/**/*
server/static/**/**/**/**/*
[options.extras_require]
server =
# Basic dependencies
fastapi ~= 0.63.0
uvicorn[standard] ~= 0.13.4
elasticsearch >= 7.4.0,<8.0.0
smart-open
brotli-asgi ~= 1.1.0
Deprecated ~= 1.2.0
# metrics
scikit-learn >= 0.24.2
# Words cloud
stopwordsiso ~= 0.6.1
# Statics server
aiofiles~=0.6.0
PyYAML~=5.4.1
# security dependencies
python-multipart~=0.0.5
python-jose[cryptography]~=3.2.0
passlib[bcrypt]~=1.7.4
# Info status
hurry.filesize
psutil ~= 5.8.0