Skip to content

Commit 57b2f4c

Browse files
committed
update requirements in setup.cfg
1 parent f5c4e68 commit 57b2f4c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bootplot/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.15"
1+
__version__ = "0.0.16"

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = bootplot
33
url = https://github.com/davidnabergoj/bootplot
4-
author = David Nabergoj, Erik Štrumbelj,
4+
author = David Nabergoj, Erik Štrumbelj, Bernarda Petek
55
author_email = [email protected],
66
version = attr: bootplot.__version__.__version__
77
description = bootplot is a package for black-box uncertainty visualization.
@@ -26,7 +26,7 @@ project_urls =
2626

2727
[options]
2828
packages = find:
29-
python_requires = >=3.8
29+
python_requires = >=3.11
3030
install_requires =
3131
numpy
3232
imageio
@@ -40,6 +40,7 @@ install_requires =
4040
opencv-python
4141
networkx
4242
pandas
43+
jax
4344

4445

4546
[options.packages.find]

0 commit comments

Comments
 (0)