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 7dc5d46
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 19 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ jobs:
- elixir_version: 1.16.3
otp_version: 26.2.5
lint: true
- elixir_version: 1.16.3
otp_version: 26.2.5
blend: nx_0_6
- elixir_version: 1.14.5
otp_version: 25.3.2.12
blend: nx_0_5
blend: nx_0_6
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down
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 7dc5d46

Please sign in to comment.