We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0909980 commit 6784bd2Copy full SHA for 6784bd2
2 files changed
openml/__version__.py
@@ -5,4 +5,4 @@
5
# The following line *must* be the last in the module, exactly as formatted:
6
from __future__ import annotations
7
8
-__version__ = "0.15.1"
+__version__ = "0.16.0"
pyproject.toml
@@ -82,6 +82,7 @@ test=[
82
"openml-sklearn",
83
"packaging",
84
"pytest-mock",
85
+ "openml-sklearn",
86
]
87
examples=[
88
"matplotlib",
0 commit comments