Also update the packages maybe

This commit is contained in:
Lillian Violet 2024-02-28 12:07:13 +01:00
parent 5efb27e62b
commit 5a0458c0b7

View file

@ -18,7 +18,7 @@
default = pkgs.mkShell { default = pkgs.mkShell {
packages = with pkgs; packages = with pkgs;
[python311 jupyter virtualenv] [python311 jupyter virtualenv]
++ (with pkgs.python312Packages; [pip jupyter pandas numpy matplotlib]); ++ (with pkgs.python311Packages; [pip jupyter pandas numpy matplotlib]);
}; };
}); });
}; };