-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
62 lines (59 loc) · 1.75 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 = lrp_pf_auc
version = 0.1.6
description = Explain Neural Networks using Layer-Wise Relevance Propagation and evaluate the explanations using Pixel-Flipping and Area Under the Curve.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/rodrigobdz/lrp
author = rodrigobdz
author_email = r.bermudezschettino@campus.tu-berlin.de
maintainer = rodrigobdz
maintainer_email = r.bermudezschettino@campus.tu-berlin.de
license = MIT
license_file = license
license_files = license
classifiers =
Development Status :: 3 - Alpha
Environment :: GPU
Framework :: IPython
Framework :: Jupyter
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Image Processing
Topic :: Scientific/Engineering :: Image Recognition
Topic :: Scientific/Engineering :: Mathematics
Topic :: Software Development :: Libraries :: Python Modules
Typing :: Typed
[options]
packages = find:
install_requires =
matplotlib
numpy
opencv-contrib-python-headless
scikit-learn
torch>=1.10.0
torchvision>=0.11.1
python_requires = >=3.9
[options.extras_require]
dev =
autopep8>=1.6.0
build>=0.7.0
ipykernel>=6.6.0
mypy>=0.920
notebook>=6.4.11
pydocstyle>=6.1.1
pylint>=2.13.8
scipy>=1.7.3
twine>=4.0.1
[build-system]
requires =
setuptools
wheel>=0.37.1