From e6d2086ffb4278b5d4002dbb6d9b0685a5f0c435 Mon Sep 17 00:00:00 2001 From: Aaron Tinio Date: Wed, 16 Sep 2026 10:15:02 +0800 Subject: [PATCH] Allow Nx 1.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 8dbee66..9a90117 100644 --- a/mix.exs +++ b/mix.exs @@ -21,7 +21,7 @@ defmodule Pgvector.MixProject do [ {:postgrex, ">= 0.0.0"}, {:ecto, "~> 3.0", optional: true}, - {:nx, "~> 0.5", optional: true}, + {:nx, "~> 0.5 or ~> 1.0", optional: true}, {:ecto_sql, "~> 3.0", only: :test}, {:ex_doc, "~> 0.14", only: :dev, runtime: false} ]