From a7af2ef548aa41f66e24b49e6f848ddfa05f2a7d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 5 Mar 2024 07:19:30 +0000 Subject: [PATCH] Add pandas and xarray to standard python packages --- home/prog/default.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/home/prog/default.nix b/home/prog/default.nix index 5f398515..71395ede 100644 --- a/home/prog/default.nix +++ b/home/prog/default.nix @@ -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