Skip to content

Commit 7f80d78

Browse files
committed
update pyproject.toml
1 parent ad9e59c commit 7f80d78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
"Topic :: Scientific/Engineering",
3939
]
4040
dependencies = [
41-
"scikit-learn >= 1.1.0",
41+
"scikit-learn >= 1.6.0",
4242
"scipy >= 1.15.0", # explicit here since need a newer version as scikit-learn
4343
]
4444
dynamic = ["version"]

src/skmatter/sample_selection/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ class DirectionalConvexHull:
509509
selected_idx_ : numpy.ndarray
510510
Indices of datapoints that form the vertices of the
511511
convex hull
512-
interpolator_high_dim_ : scipy.interpolate.interpnd.LinearNDInterpolator
512+
interpolator_high_dim_ : scipy.interpolate._interpnd.LinearNDInterpolator
513513
Interpolator for the features in the high-
514514
dimensional space
515515

0 commit comments

Comments
 (0)