File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/skmatter/sample_selection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ classifiers = [
3838 " Topic :: Scientific/Engineering" ,
3939]
4040dependencies = [
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]
4444dynamic = [" version" ]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments