idiap / coqui-ai-TTS

🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
https://coqui-tts.readthedocs.io
Mozilla Public License 2.0
386 stars 35 forks source link

Enable Numpy 2 support after Spacy 3.8 release #81

Closed eginhard closed 2 weeks ago

eginhard commented 2 weeks ago

It still installs Numpy<2 for now because Spacy although built with Numpy 2 support still depends on an older thinc version: https://github.com/explosion/spaCy/issues/13607 Should work automatically in future releases.