mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-01 03:38:53 +08:00
Point notebook deps to minimal required version of Kino (#365)
This commit is contained in:
parent
2de997cef5
commit
d6131523f6
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ and interact with it.
|
|||
|
||||
```elixir
|
||||
Mix.install([
|
||||
{:kino, "~> 0.1.0"},
|
||||
{:kino, "~> 0.1.2"},
|
||||
{:vega_lite, "~> 0.1.0"}
|
||||
])
|
||||
```
|
||||
|
|
|
@ -14,7 +14,7 @@ so let's add `:vega_lite` and `:kino` for that.
|
|||
```elixir
|
||||
Mix.install([
|
||||
{:vega_lite, "~> 0.1.0"},
|
||||
{:kino, "~> 0.1.0"}
|
||||
{:kino, "~> 0.1.1"}
|
||||
])
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue