Skip to content

Commit b7b36aa

Browse files
committed
Update nx/exla to ~> 0.12
1 parent fe440f0 commit b7b36aa

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ defmodule Image.MixProject do
6969
# extraction, seeking, and streaming.
7070
{:xav, "~> 0.10", optional: true},
7171

72-
# eVision OpenCV bindings. Used by Image.QRcode and the
72+
# eVision OpenCV bindings. Use for
7373
# Image.to_evision/1 / Image.from_evision/1 interop helpers.
7474
{:evision, "~> 0.1.33 or ~> 0.2", optional: true},
7575
# {:evision, github: "cocoa-xu/evision"},
@@ -93,8 +93,8 @@ defmodule Image.MixProject do
9393
# and Scholar for k-means clustering. Image classification
9494
# and image generation moved to the `:image_vision`
9595
# package along with the `:bumblebee` dependency.
96-
{:nx, "~> 0.10", optional: true},
97-
{:exla, "~> 0.10", optional: true},
96+
{:nx, "~> 0.12", optional: true},
97+
{:exla, "~> 0.12", optional: true},
9898
{:nx_image, "~> 0.1", optional: true},
9999
{:scholar, "~> 0.3", optional: true},
100100
{:rustler, "> 0.0.0", optional: true},

0 commit comments

Comments
 (0)