Skip to content

Commit

Permalink
Updates notebook dependencies
Browse files Browse the repository at this point in the history
With the old version of vix, a compiling error was happening, while executing the notebook using Livebook v0.10
  • Loading branch information
hugobarauna authored and akash-akya committed Jul 24, 2023
1 parent 3cfcc3f commit cd98ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions livebooks/rainbow.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

```elixir
Mix.install([
{:vix, "~> 0.17.0"},
{:kino, "~> 0.9.1"}
{:vix, "~> 0.22.0"},
{:kino, "~> 0.10.0"}
])
```

Expand Down

0 comments on commit cd98ba2

Please sign in to comment.