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
# Python
(python3.withPackages (ps:
with ps; [
ipython
python-lsp-server
pylsp-mypy
tkinter
numpy
scipy
matplotlib
]))
ruff
python3
python3Packages.numpy
python3Packages.ipython
black
isort
poetry
nodePackages.pyright
# Fortran
gfortran