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