lifewatch / pypam

Python Passive Acoustic Analysis tool for Passive Acoustic Monitoring (PAM)
GNU General Public License v3.0
41 stars 8 forks source link

update librosa to avoid numpy deprecation warning #38

Closed cparcerisas closed 1 year ago

cparcerisas commented 1 year ago

lib\site-packages\librosa\util\utils.py:2185: DeprecationWarning: np.float is a deprecated alias for the builtin float. To silence this warning, use float by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.float64 here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations

cparcerisas commented 1 year ago

Not necessary, when installing pypam in a new environment this is already done