Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed Feb 13, 2025
1 parent ad9e59c commit 7f80d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion src/skmatter/sample_selection/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f80d78

Please sign in to comment.