From 7f80d783108c7b6af036660dfa6f6a249bd190d5 Mon Sep 17 00:00:00 2001 From: Philip Loche Date: Thu, 13 Feb 2025 12:06:13 +0100 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 2 +- src/skmatter/sample_selection/_base.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4c31a977e..db7056b63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ "Topic :: Scientific/Engineering", ] dependencies = [ - "scikit-learn >= 1.1.0", + "scikit-learn >= 1.6.0", "scipy >= 1.15.0", # explicit here since need a newer version as scikit-learn ] dynamic = ["version"] diff --git a/src/skmatter/sample_selection/_base.py b/src/skmatter/sample_selection/_base.py index 67d5f0472..0abdca1fa 100644 --- a/src/skmatter/sample_selection/_base.py +++ b/src/skmatter/sample_selection/_base.py @@ -509,7 +509,7 @@ class DirectionalConvexHull: selected_idx_ : numpy.ndarray Indices of datapoints that form the vertices of the convex hull - interpolator_high_dim_ : scipy.interpolate.interpnd.LinearNDInterpolator + interpolator_high_dim_ : scipy.interpolate._interpnd.LinearNDInterpolator Interpolator for the features in the high- dimensional space