Skip to content

Commit

Permalink
Add spyder-line-profiler, spyder-notebook, and spyder-unittest plugin…
Browse files Browse the repository at this point in the history
…s to the conda-based installer.
  • Loading branch information
mrclary committed Nov 7, 2024
1 parent a152e1c commit 560dba0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installers-conda/build_installers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit 560dba0

Please sign in to comment.