Make python install a bit more minimal

Switch back to using pyright as python lsp for the proper venv
support...
This commit is contained in:
Evie Litherland-Smith 2024-02-16 14:27:29 +00:00
parent 2ee4e9904a
commit 94e3282d64

View file

@ -5,19 +5,13 @@
nil nil
# Python # Python
(python3.withPackages (ps: python3
with ps; [ python3Packages.numpy
ipython python3Packages.ipython
python-lsp-server black
pylsp-mypy
tkinter
numpy
scipy
matplotlib
]))
ruff
isort isort
poetry poetry
nodePackages.pyright
# Fortran # Fortran
gfortran gfortran