Skip to content

Commit

Permalink
avoid scipy.spatial.qhull deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Sep 24, 2024
1 parent 5228ede commit 59b54f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/spectroscopy/preprocess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from scipy.interpolate import interp1d
from scipy.ndimage import gaussian_filter1d
from scipy.spatial.qhull import ConvexHull, QhullError
from scipy.spatial import ConvexHull, QhullError
from scipy.signal import savgol_filter
from sklearn.preprocessing import normalize as sknormalize

Expand Down

0 comments on commit 59b54f1

Please sign in to comment.