Add matplotlib to default python packages

This commit is contained in:
Evie Litherland-Smith 2024-03-04 17:27:04 +00:00
parent cb736a7100
commit 8ad326dc7b

View file

@ -6,7 +6,7 @@
# Python # Python
(python3.withPackages (python3.withPackages
(ps: with ps; [isort mypy python-lsp-server numpy])) (ps: with ps; [isort mypy python-lsp-server numpy matplotlib]))
ruff ruff
poetry poetry