# shell.nix { pkgs ? import {} }: pkgs.mkShell { buildInputs = [ (pkgs.python3.withPackages (ps: with ps; [ numpy openpyxl pandas ])) ]; }