We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe440f0 commit b7b36aaCopy full SHA for b7b36aa
2 files changed
mix.exs
@@ -69,7 +69,7 @@ defmodule Image.MixProject do
69
# extraction, seeking, and streaming.
70
{:xav, "~> 0.10", optional: true},
71
72
- # eVision OpenCV bindings. Used by Image.QRcode and the
+ # eVision OpenCV bindings. Use for
73
# Image.to_evision/1 / Image.from_evision/1 interop helpers.
74
{:evision, "~> 0.1.33 or ~> 0.2", optional: true},
75
# {:evision, github: "cocoa-xu/evision"},
@@ -93,8 +93,8 @@ defmodule Image.MixProject do
93
# and Scholar for k-means clustering. Image classification
94
# and image generation moved to the `:image_vision`
95
# package along with the `:bumblebee` dependency.
96
- {:nx, "~> 0.10", optional: true},
97
- {:exla, "~> 0.10", optional: true},
+ {:nx, "~> 0.12", optional: true},
+ {:exla, "~> 0.12", optional: true},
98
{:nx_image, "~> 0.1", optional: true},
99
{:scholar, "~> 0.3", optional: true},
100
{:rustler, "> 0.0.0", optional: true},
0 commit comments