-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.cfg
62 lines (58 loc) · 1.29 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
[metadata]
name = inkid
version = 0.0.7
author = University of Kentucky
author_email = [email protected]
description = Identify ink via machine learning
long_description = file: README.rst
long_description_content_type = text/x-rst
license = GPLv3
url = https://github.com/educelab/ink-id
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
[options]
packages = find:
install_requires =
autopep8
Cython>=3.0a
gitpython
h5py
humanize
imageio
jsmin
jsonschema
kaleido
matplotlib
pandas
Pillow
# https://github.com/wandb/wandb/issues/3700#issuecomment-1165035447
pip-system-certs
plotly
pygifsicle
pylint
PySide6
scikit-learn
torch
torch-summary
torchmetrics
torchvision
tqdm
wand
wandb
zip_safe = False
python_requires = >=3.8
[options.extras_require]
dev = black; sphinx; sphinx-rtd-theme
[options.package_data]
* =
*.schema.json
*.pyx
*.pxd
[options.entry_points]
console_scripts =
inkid-train-and-predict = inkid.scripts.train_and_predict:main
inkid-summary = inkid.scripts.create_summary_images:main
gui_scripts =
region-set-studio = inkid.apps.region_set_studio.__main__:main