Skip to content

Commit

Permalink
Relax version
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmor5 committed Oct 7, 2024
1 parent 84e7eb1 commit ec792fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ defmodule Axon.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:nx, "~> 0.9.0", nx_opts()},
{:exla, "~> 0.9.0", [only: :test] ++ exla_opts()},
{:torchx, "~> 0.9.0", [only: :test] ++ torchx_opts()},
{:nx, "~> 0.9", nx_opts()},
{:exla, "~> 0.9", [only: :test] ++ exla_opts()},
{:torchx, "~> 0.9", [only: :test] ++ torchx_opts()},
{:ex_doc, "~> 0.23", only: :docs},
{:table_rex, "~> 3.1.1", optional: true},
{:kino, "~> 0.7", optional: true},
Expand Down

0 comments on commit ec792fe

Please sign in to comment.