mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 12:04:20 +08:00
Update kino_pythonx requirement
This commit is contained in:
parent
38e03963d8
commit
a598e4b66e
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ defmodule Livebook.Runtime.Definitions do
|
|||
end
|
||||
|
||||
def kino_pythonx_dependency() do
|
||||
%{dep: {:kino_pythonx, github: "livebook-dev/kino_pythonx"}, config: []}
|
||||
%{dep: {:kino_pythonx, "~> 0.1.0"}, config: []}
|
||||
end
|
||||
|
||||
def pythonx_requirement(), do: "~> 0.4.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue