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:
parent
2ee4e9904a
commit
94e3282d64
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue