Skip to content

Commit

Permalink
update importerror
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Jan 13, 2025
1 parent fbaf233 commit 41f0473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findpeaks/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _import_cv2():
import cv2
return cv2
except:
raise ImportError('cv2 must be installed manually. Try to: <pip install opencv-python>')
raise ImportError('cv2 must be installed manually. Try to: <pip install opencv-python or the light version opencv-python-headless>')


# %% Scaling
Expand Down

0 comments on commit 41f0473

Please sign in to comment.