Skip to content

Commit

Permalink
build(deps): drops support for nx 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed May 22, 2024
1 parent 5373ba0 commit 62cd8d3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
1 change: 0 additions & 1 deletion blend.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
%{
nx_0_5: [{:nx, "~> 0.5.0"}],
nx_0_6: [{:nx, "~> 0.6.0"}]
}
13 changes: 0 additions & 13 deletions blend/nx_0_5.mix.lock

This file was deleted.

2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defmodule Safetensors.MixProject do
defp deps do
[
{:jason, "~> 1.4"},
{:nx, "~> 0.5"},
{:nx, "~> 0.6"},

# Dev
{:blend, "~> 0.3.0", only: :dev},
Expand Down

0 comments on commit 62cd8d3

Please sign in to comment.