lifewatch / pypam

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

versions of pandas and xarray are not matching #81

Closed cparcerisas closed 1 year ago

cparcerisas commented 1 year ago

version xarray==2023.1.0 and pandas==2.0.2 are not compatible. When calling resample in xarray, we get an error from pandas. Versions need to be updated, problem gets solved when boosting xarray to 2023.8.0, but all the other things need to be checked