elixir-nx / bumblebee

Pre-trained Neural Network models in Axon (+ 🤗 Models integration)
Apache License 2.0
1.26k stars 90 forks source link

Less restrictive unzip dependency #328

Closed sonic182 closed 4 months ago

sonic182 commented 4 months ago

Can we have a less restrictive unzip dependency? It breaks if the project that uses bumblebee, uses a newer unzip.

jonatanklosko commented 4 months ago

I updated the requirement to ~> 0.10.0. We can't relax it more, because then we may run into breaking changes. Note that the user can still use a newer version with override: true, they just need to verify that it still works as expected (that is, the APIs Bumblebee uses didn't change).