Add pandas and xarray to standard python packages

This commit is contained in:
Evie Litherland-Smith 2024-03-05 07:19:30 +00:00
parent 8ad326dc7b
commit a7af2ef548

View file

@ -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