Skip to content

Commit 6784bd2

Browse files
authored
Bump version, add external openml-sklearn dependency (#1426)
1 parent 0909980 commit 6784bd2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

openml/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# The following line *must* be the last in the module, exactly as formatted:
66
from __future__ import annotations
77

8-
__version__ = "0.15.1"
8+
__version__ = "0.16.0"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ test=[
8282
"openml-sklearn",
8383
"packaging",
8484
"pytest-mock",
85+
"openml-sklearn",
8586
]
8687
examples=[
8788
"matplotlib",

0 commit comments

Comments
 (0)