Remove default python install, keep isort and pylsp from it though
This commit is contained in:
parent
c5c1ae0bc2
commit
38e6132dac
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue