Add pandas and xarray to standard python packages
This commit is contained in:
parent
8ad326dc7b
commit
a7af2ef548
|
@ -6,7 +6,16 @@
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
(python3.withPackages
|
(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
|
ruff
|
||||||
poetry
|
poetry
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue