Skip to content

Commit 13c0c48

Browse files
authored
Remove override from mix.exs (#165)
* Update mix.installs * Remove override from Nx
1 parent db26f49 commit 13c0c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ defmodule Scholar.MixProject do
3030
defp deps do
3131
[
3232
{:ex_doc, "~> 0.30", only: :docs},
33-
{:nx, "~> 0.6", override: true},
33+
{:nx, "~> 0.6"},
3434
{:nimble_options, "~> 0.5.2 or ~> 1.0"},
3535
{:exla, "~> 0.6"},
3636
{:polaris, "~> 0.1"}

0 commit comments

Comments
 (0)