mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-10 05:25:57 +08:00
Use git dep
This commit is contained in:
parent
aa663af95d
commit
8f8f1db5d5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
```elixir
|
```elixir
|
||||||
Mix.install([
|
Mix.install([
|
||||||
{:kino, "~> 0.6.1"},
|
{:kino, github: "livebook-dev/kino", override: true},
|
||||||
{:kino_vega_lite, "~> 0.1.1"}
|
{:kino_vega_lite, "~> 0.1.1"}
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue