collabora / WhisperLive

A nearly-live implementation of OpenAI's Whisper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the scipy version?

upskyy opened this issue · comments

Thanks for sharing a great project. @makaveli10

I used scipy==1.8.1 but scipy.io does not exist.
The scipy version is not specified. Can I know which version was tested?

Related code

https://github.com/collabora/WhisperLive/blob/main/whisper_live/utils.py#L70

I confirmed that scipy==1.12.0 in docker.
Thanks.