From 99531214be6798fbc252a21bdc486e0fc26959c5 Mon Sep 17 00:00:00 2001 From: dafeliton Date: Tue, 20 Aug 2024 15:58:55 -0700 Subject: [PATCH] fix common for lsp --- images/tests_common/test_packages.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/tests_common/test_packages.py b/images/tests_common/test_packages.py index f23eff5e..708237ca 100644 --- a/images/tests_common/test_packages.py +++ b/images/tests_common/test_packages.py @@ -65,6 +65,7 @@ "pytorch": "torch", "umap-learn": "umap", "jupyter-archive": "jupyter_archive", + "jupyterlab-lsp": "jupyterlab_lsp", # R "randomforest": "randomForest", "rsqlite": "DBI", @@ -95,6 +96,7 @@ "jupyterlab_rise[version='<0.40.0']", "jupyterlab-git", "jupyter-pluto-proxy", + "python-lsp-server", ]