Also update the packages maybe
This commit is contained in:
parent
5efb27e62b
commit
5a0458c0b7
|
@ -18,7 +18,7 @@
|
|||
default = pkgs.mkShell {
|
||||
packages = with pkgs;
|
||||
[python311 jupyter virtualenv]
|
||||
++ (with pkgs.python312Packages; [pip jupyter pandas numpy matplotlib]);
|
||||
++ (with pkgs.python311Packages; [pip jupyter pandas numpy matplotlib]);
|
||||
};
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue