{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ (pkgs.python313.withPackages (p: with p; [ matplotlib numpy ])) ]; }