livepeer / ai-worker

https://livepeer.ai
MIT License
17 stars 27 forks source link

fix: pin numpy version to prevent conflits #114

Closed rickstaa closed 3 months ago

rickstaa commented 3 months ago

This pull request ensures that numpy<2.0.0 is used to prevent conflicts with Pytorch 2.1.1. We can upgrade these packages in the future (see https://github.com/pytorch/pytorch/issues/107302).