Skip to content

Commit

Permalink
Remove override from mix.exs (#165)
Browse files Browse the repository at this point in the history
* Update mix.installs

* Remove override from Nx
  • Loading branch information
msluszniak authored Aug 29, 2023
1 parent db26f49 commit 13c0c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ defmodule Scholar.MixProject do
defp deps do
[
{:ex_doc, "~> 0.30", only: :docs},
{:nx, "~> 0.6", override: true},
{:nx, "~> 0.6"},
{:nimble_options, "~> 0.5.2 or ~> 1.0"},
{:exla, "~> 0.6"},
{:polaris, "~> 0.1"}
Expand Down

0 comments on commit 13c0c48

Please sign in to comment.