Skip to content

Commit a794cba

Browse files
committed
use :tflite_beam v0.3.2
1 parent f264c05 commit a794cba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule TFLiteElixir.MixProject do
2727

2828
defp deps do
2929
[
30-
{:tflite_beam, "~> 0.3.1"},
30+
{:tflite_beam, "~> 0.3.2"},
3131
{:nx, "~> 0.5"},
3232
{:stb_image, "~> 0.6"},
3333
{:ex_doc, "~> 0.27", only: :docs, runtime: false}

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"nx": {:hex, :nx, "0.5.2", "10b047d33646f815eb3bf16353781172f088472587fbf6e9b345e44a1ec3a1c2", [:mix], [{:complex, "~> 0.5", [hex: :complex, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4.0 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "e08b8b454e65f4ef104b0034a1436a033f2ddf5db9b79408dfc8e92667a6a314"},
1212
"stb_image": {:hex, :stb_image, "0.6.1", "0749a2ca9a2f1f722e31f6c8ec32062684939a260924cafe66a92331c4862dd8", [:make, :mix], [{:cc_precompiler, "~> 0.1.0", [hex: :cc_precompiler, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.7.0", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:kino, "~> 0.7", [hex: :kino, repo: "hexpm", optional: true]}, {:nx, "~> 0.4", [hex: :nx, repo: "hexpm", optional: true]}], "hexpm", "7aa2035e314272aa165c5d09dae2f6b09e648abbc1c68ad20a2e029494858f4b"},
1313
"telemetry": {:hex, :telemetry, "1.2.1", "68fdfe8d8f05a8428483a97d7aab2f268aaff24b49e0f599faa091f1d4e7f61c", [:rebar3], [], "hexpm", "dad9ce9d8effc621708f99eac538ef1cbe05d6a874dd741de2e689c47feafed5"},
14-
"tflite_beam": {:hex, :tflite_beam, "0.3.1", "607c053779892649917ca3849889a8c3f42b2beb512f36894a66abc7930ff845", [:rebar3], [], "hexpm", "00de4e860a49bcf63df37a218d78dcdbd4b01fe0a73bfe4c64d8d8cd564a7bd5"},
14+
"tflite_beam": {:hex, :tflite_beam, "0.3.2", "b3fee6a334de129960ca3d3c8f5b0b7358250c36de09d741805f6989c25de5f6", [:rebar3], [], "hexpm", "666ccdf4f43c2e3879e79672a9b02113cc54966ecf65857aaf07138aad1ccf7c"},
1515
}

0 commit comments

Comments
 (0)