Update kino version references

This commit is contained in:
Jonatan Kłosko 2023-10-06 17:17:57 +07:00
parent 9e7ed7ae43
commit c7a38c2d40
6 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
```elixir
Mix.install([
{:kino, "~> 0.10.0"}
{:kino, "~> 0.11.0"}
])
```

View file

@ -2,7 +2,7 @@
```elixir
Mix.install([
{:kino, "~> 0.10.0"}
{:kino, "~> 0.11.0"}
])
```

View file

@ -2,7 +2,7 @@
```elixir
Mix.install([
{:kino, "~> 0.10.0"}
{:kino, "~> 0.11.0"}
])
```

View file

@ -2,7 +2,7 @@
```elixir
Mix.install([
{:kino, "~> 0.10.0"},
{:kino, "~> 0.11.0"},
{:jason, "~> 1.4"}
])
```

View file

@ -2,7 +2,7 @@
```elixir
Mix.install([
{:kino, "~> 0.10.0"},
{:kino, "~> 0.11.0"},
{:kino_vega_lite, "~> 0.1.10"}
])
```

View file

@ -1,7 +1,7 @@
defmodule Livebook.Runtime.Definitions do
kino = %{
name: "kino",
dependency: %{dep: {:kino, github: "livebook-dev/kino", override: true}, config: []}
dependency: %{dep: {:kino, "~> 0.11.0"}, config: []}
}
kino_vega_lite = %{
@ -31,7 +31,7 @@ defmodule Livebook.Runtime.Definitions do
kino_bumblebee = %{
name: "kino_bumblebee",
dependency: %{dep: {:kino_bumblebee, github: "livebook-dev/kino_bumblebee"}, config: []}
dependency: %{dep: {:kino_bumblebee, "~> 0.4.0"}, config: []}
}
exla = %{
@ -41,7 +41,7 @@ defmodule Livebook.Runtime.Definitions do
torchx = %{
name: "torchx",
dependency: %{dep: {:torchx, "~> 0.5.1"}, config: [nx: [default_backend: Torchx.Backend]]}
dependency: %{dep: {:torchx, ">= 0.0.0"}, config: [nx: [default_backend: Torchx.Backend]]}
}
kino_explorer = %{