facebookresearch / audiocraft

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
MIT License
20.15k stars 2.01k forks source link

Set constraint on numpy dependency #473

Closed antoine-tran closed 1 week ago

antoine-tran commented 2 weeks ago

What's in this PR ?

This PR sets the constraint on numpy dependency to fix the broken CI tests for previously compiled module

Test plan:

See the CI