elixir-explorer / explorer

Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir
https://hexdocs.pm/explorer
MIT License
1.12k stars 123 forks source link

Update dependencies #997

Closed philss closed 1 month ago

philss commented 1 month ago

Rust and Elixir deps. The only one that is out of this list is Nx, that is breaking the build.

josevalim commented 1 month ago

@philss the new Nx changed some defaults, so we may need to explicit pass type: {..., ...} in some cases. But other than that, it should work!

philss commented 1 month ago

@josevalim I see. I will take a look. Thanks!