JarodMica / audiosplitter_whisper

MIT License
91 stars 35 forks source link

Specified numpy version to 1.26.4 #26

Open alphatoasterous opened 2 months ago

alphatoasterous commented 2 months ago

Pip attempts to install latest numpy possible, which since version 2.x, breaks a lot of numpy 1.x projects. Since many dependencies in this project were written with numpy 1.x in mind, the project itself stopped working. Specifying the culprit's version should alleviate that issue.