Skip to content

Commit

Permalink
Allow usage of castore 1.0 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
edennis authored Mar 15, 2023
1 parent 2899800 commit 3b44d10
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 @@ -37,7 +37,7 @@ defmodule Bumblebee.MixProject do
{:torchx, "~> 0.5.0", only: [:dev, :test]},
{:nx_image, "~> 0.1.0"},
{:unpickler, "~> 0.1.0"},
{:castore, "~> 0.1.0"},
{:castore, "~> 0.1 or ~> 1.0"},
{:jason, "~> 1.4.0"},
{:unzip, "0.8.0"},
{:progress_bar, "~> 2.0"},
Expand Down

0 comments on commit 3b44d10

Please sign in to comment.