Add pandas and xarray to standard python packages
This commit is contained in:
parent
8ad326dc7b
commit
a7af2ef548
|
@ -6,7 +6,16 @@
|
|||
|
||||
# Python
|
||||
(python3.withPackages
|
||||
(ps: with ps; [isort mypy python-lsp-server numpy matplotlib]))
|
||||
(ps:
|
||||
with ps; [
|
||||
isort
|
||||
mypy
|
||||
python-lsp-server
|
||||
numpy
|
||||
matplotlib
|
||||
pandas
|
||||
xarray
|
||||
]))
|
||||
ruff
|
||||
poetry
|
||||
|
||||
|
|
Loading…
Reference in a new issue