From 560dba03d2b02b83f078bb036eb9a3bc6efd28b4 Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:56:10 -0800 Subject: [PATCH] Add spyder-line-profiler, spyder-notebook, and spyder-unittest plugins to the conda-based installer. --- installers-conda/build_installers.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installers-conda/build_installers.py b/installers-conda/build_installers.py index 8c2029ccefe..d5d3aac6e46 100644 --- a/installers-conda/build_installers.py +++ b/installers-conda/build_installers.py @@ -147,6 +147,9 @@ rt_specs = { "python": f"={PY_VER}", "spyder": f"={SPYVER}", + "spyder-line-profiler": ">=0.4.0", + "spyder-notebook": ">=0.6.1", + "spyder-unittest": ">=0.7.0", "cython": "", "matplotlib-base": "", "numpy": "",