Remove default python install, keep isort and pylsp from it though

This commit is contained in:
Evie Litherland-Smith 2024-03-06 18:07:35 +00:00
parent c5c1ae0bc2
commit 38e6132dac

View file

@ -5,19 +5,10 @@
nil
# Python
(python3.withPackages
(ps:
with ps; [
isort
mypy
python-lsp-server
numpy
matplotlib
pandas
xarray
]))
isort
ruff
poetry
python3Packages.python-lsp-server
# Fortran
gfortran