elixir-tensor
elixir-tensor copied to clipboard
Update dependencies and compatibility with Elixir v1.17+
Compilation on Elixir 1.17+ was failing due to:
== Compilation error in file lib/tensor/tensor.ex ==
** (ArgumentError) could not load module Extractable due to reason :nofile
(elixir 1.18.0) lib/protocol.ex:325: Protocol.assert_protocol!/2
lib/tensor/tensor.ex:910: (module)
I added both :extractable and :insertable to the applications: list and this resolved the errors.
I also update dependencies to latest to resolve some compilation warnings.