From da02dab5d2f6fdfd80d62ad5c25b74478b9d7dd1 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Fri, 2 Feb 2024 20:07:14 -0800 Subject: [PATCH] build/pkgs/ipython/dependencies: Add matplotlib_inline --- build/pkgs/ipython/dependencies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pkgs/ipython/dependencies b/build/pkgs/ipython/dependencies index 0109d63972d..2ecbf9c851f 100644 --- a/build/pkgs/ipython/dependencies +++ b/build/pkgs/ipython/dependencies @@ -1,4 +1,4 @@ -tornado pyzmq pickleshare traitlets decorator wcwidth prompt_toolkit pygments pexpect jedi stack_data exceptiongroup | $(PYTHON_TOOLCHAIN) $(PYTHON) +tornado pyzmq pickleshare traitlets decorator wcwidth prompt_toolkit pygments pexpect jedi stack_data exceptiongroup matplotlib_inline | $(PYTHON_TOOLCHAIN) $(PYTHON) ---------- All lines of this file are ignored except the first.