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 = [
38
38
" Topic :: Scientific/Engineering" ,
39
39
]
40
40
dependencies = [
41
- " scikit-learn >= 1.1 .0" ,
41
+ " scikit-learn >= 1.6 .0" ,
42
42
" scipy >= 1.15.0" , # explicit here since need a newer version as scikit-learn
43
43
]
44
44
dynamic = [" version" ]
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ class DirectionalConvexHull:
509
509
selected_idx_ : numpy.ndarray
510
510
Indices of datapoints that form the vertices of the
511
511
convex hull
512
- interpolator_high_dim_ : scipy.interpolate.interpnd .LinearNDInterpolator
512
+ interpolator_high_dim_ : scipy.interpolate._interpnd .LinearNDInterpolator
513
513
Interpolator for the features in the high-
514
514
dimensional space
515
515
You can’t perform that action at this time.
0 commit comments