Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bootplot/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.15"
__version__ = "0.0.16"
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = bootplot
url = https://github.com/davidnabergoj/bootplot
author = David Nabergoj, Erik Štrumbelj,
author = David Nabergoj, Erik Štrumbelj, Bernarda Petek
author_email = davidnabergoj4@gmail.com,
version = attr: bootplot.__version__.__version__
description = bootplot is a package for black-box uncertainty visualization.
Expand All @@ -26,7 +26,7 @@ project_urls =

[options]
packages = find:
python_requires = >=3.8
python_requires = >=3.11
install_requires =
numpy
imageio
Expand All @@ -40,6 +40,7 @@ install_requires =
opencv-python
networkx
pandas
jax


[options.packages.find]
Expand Down