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": "",