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
|
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
|
||||||
|
|
Loading…
Reference in a new issue