Skip to content

Commit 3b44d10

Browse files
authored
Allow usage of castore 1.0 (#175)
1 parent 2899800 commit 3b44d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ defmodule Bumblebee.MixProject do
3737
{:torchx, "~> 0.5.0", only: [:dev, :test]},
3838
{:nx_image, "~> 0.1.0"},
3939
{:unpickler, "~> 0.1.0"},
40-
{:castore, "~> 0.1.0"},
40+
{:castore, "~> 0.1 or ~> 1.0"},
4141
{:jason, "~> 1.4.0"},
4242
{:unzip, "0.8.0"},
4343
{:progress_bar, "~> 2.0"},

0 commit comments

Comments
 (0)