-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
46 lines (43 loc) · 1.1 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
[metadata]
name = bootplot
url = https://github.com/davidnabergoj/bootplot
author = David Nabergoj, Erik Štrumbelj,
author_email = davidnabergoj4@gmail.com,
version = attr: bootplot.__version__.__version__
description = bootplot is a package for black-box uncertainty visualization.
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
bootplot
visualization
uncertainty
bootstrap
license = MIT
license_files = file: LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Visualization
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
download_url = https://github.com/davidnabergoj/bootplot/releases
project_urls =
Bug Tracker = https://github.com/davidnabergoj/bootplot/issues
[options]
packages = find:
python_requires = >=3.8
install_requires =
numpy
imageio
imageio-ffmpeg
matplotlib
tqdm
pillow
scipy
scikit-image
scikit-learn
opencv-python
networkx
pandas
[options.packages.find]
where = .