sensein / senselab

SenseLab is a Python package that simplifies building pipelines for biometric (e.g. speech, voice, video, etc) analysis.
https://github.com/sensein/senselab
Apache License 2.0
6 stars 3 forks source link

Add diarization tests #67

Closed ibevers closed 2 weeks ago

ibevers commented 3 weeks ago

@fabiocat93 Fyi, it seems that numpy >=2.0.0 is a dependency of one of the more recent packages that was added. pyannote-audio uses np.NaN which was deprecated in numpy 2.0.0. I submitted a PR to pyannote-audio replacing this with np.nan (the numpy >=2.0.0 version) and rolled back the numpy version.

I then ran poetry install --with dev,docs again to see if there are any dependency conflicts. I didn't get any issues, so hopefully this means that the roll-back won't affect any other tasks.