forked from oughtinc/ice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
68 lines (65 loc) · 1.19 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
68
[metadata]
name = ought-ice
author = Ought
author_email = team@ought.org
license = MIT
description = Interactive Composition Explorer
url = https://github.com/oughtinc/ice
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: MIT License
[options]
packages = ice
install_requires =
defopt
faker
fastapi
fvalues
httpx
matplotlib
merge-args
more-itertools
nest-asyncio
nltk
numerizer
numpy
pandas
pydantic
python-Levenshtein
python-dotenv
python-ulid
questionary
rich
rouge-metric
ruamel.yaml
scikit-learn
structlog
tenacity
thefuzz
tqdm
transformers
typing-extensions
uvicorn
websockets
python_requires = >=3.9
setup_requires = setuptools>=44; setuptools_scm[toml]>=3.4.3
include_package_data = True
[options.extras_require]
dev =
autoflake
black
flake8
mypy
pre-commit
pylint
pytest
pytest-cov
pytest-mock
torch =
protobuf
sentencepiece
torch