From 8246bfb3363959bda99a04a56eb7f9e1e2d8c4b8 Mon Sep 17 00:00:00 2001 From: Jenny Empawi <80464805+jaempawi@users.noreply.github.com> Date: Thu, 3 Sep 2026 11:28:22 -0400 Subject: [PATCH] add SoS packages to minimal environment Added additional packages for Jupyter and SoS support. --- envs/minimal_packages.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/envs/minimal_packages.txt b/envs/minimal_packages.txt index def5f96..73d1577 100644 --- a/envs/minimal_packages.txt +++ b/envs/minimal_packages.txt @@ -38,6 +38,7 @@ jupyter_core jupyter_server jupyter-lsp jupyterlab-lsp +jupyterlab-sos matplotlib-base nb_conda_kernels nbconvert-core @@ -56,6 +57,11 @@ python-lsp-server scikit-learn scipy seaborn +sos +sos-bash +sos-notebook +sos-python +sos-r statsmodels sympy tqdm