forked from blue-oil/blueoil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
66 lines (61 loc) · 1.22 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
[metadata]
name = blueoil
version = 0.30.0
url = https://blueoil.org
project_urls =
Documentation = https://docs.blueoil.org
Code = https://github.com/blue-oil/blueoil
author = Blueoil development team
author_email = [email protected]
license = Apache License, Version 2.0
license_files = license.md
description = Blueoil command line interface
long_description = file: README.md
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = ~=3.6
install_requires =
jinja2
click==7.1.2
matplotlib==3.3.0
numpy==1.19.1
Pillow==8.2.0
prompt_toolkit==3.0.3
PyYAML==5.4.1
tensorflow-datasets==1.3.0
inquirer==2.7.0
cython==0.29.21
[options.extras_require]
cpu =
absl-py==0.8.1
tensorflow==1.15.3
gpu =
absl-py==0.8.1
tensorflow-gpu==1.15.3
dist =
horovod==0.19.5
mpi4py==3.0.3
docs =
better-apidoc==0.3.1
sphinx-rtd-theme==0.2.4
Sphinx==2.4.4
sphinx-autobuild==0.7.1
test =
flake8==3.7.9
mypy==0.782
pytest==5.3.5
pytest-cov==2.10.1
pytest-xdist==1.31.0
parameterized==0.7.1
validate =
pycodestyle
autopep8
[options.entry_points]
console_scripts =
blueoil = blueoil.cmd.main:main
[flake8]
max-line-length = 120
[mypy]
ignore_missing_imports = True