From f17f943fe16a91e95fa47a02a3644f2981428e92 Mon Sep 17 00:00:00 2001
From: PGijsbers
Date: Thu, 19 Jun 2025 18:43:07 +0200
Subject: [PATCH] Bump version, add external openml-sklearn dependency
---
openml/__version__.py | 2 +-
pyproject.toml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/openml/__version__.py b/openml/__version__.py
index 392bf4b37..cf5a8535d 100644
--- a/openml/__version__.py
+++ b/openml/__version__.py
@@ -5,4 +5,4 @@
# The following line *must* be the last in the module, exactly as formatted:
from __future__ import annotations
-__version__ = "0.15.1"
+__version__ = "0.16.0"
diff --git a/pyproject.toml b/pyproject.toml
index 1774bec70..2bf762b09 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -82,6 +82,7 @@ test=[
"openml-sklearn",
"packaging",
"pytest-mock",
+ "openml-sklearn",
]
examples=[
"matplotlib",