Skip to content

Commit

Permalink
Change runtime matplotlib requirement to matplotlib-base in order to …
Browse files Browse the repository at this point in the history
…avoid installing unnecessary pyside and qt6 packages. tornado is already a dependent of ipykernel and jupyter-client.
  • Loading branch information
mrclary committed Aug 22, 2024
1 parent 349b02d commit 22dc553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers-conda/build_installers.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"python": f"={PY_VER}",
"spyder": f"={SPYVER}",
"cython": "",
"matplotlib": "",
"matplotlib-base": "",
"numpy": "",
"openpyxl": "",
"pandas": "",
Expand Down

0 comments on commit 22dc553

Please sign in to comment.