Update python version to 3.12
This commit is contained in:
parent
05f27940a3
commit
be8d8f6803
2 changed files with 15 additions and 8 deletions
|
@ -20,8 +20,8 @@
|
|||
devShells = forEachSupportedSystem ({ pkgs }: {
|
||||
default = pkgs.mkShell {
|
||||
packages = with pkgs;
|
||||
[ python311 jupyter virtualenv ]
|
||||
++ (with pkgs.python311Packages; [ pip jupyter pandas numpy matplotlib ]);
|
||||
[ python312 jupyter virtualenv ]
|
||||
++ (with pkgs.python312Packages; [ pip jupyter pandas numpy matplotlib ]);
|
||||
};
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue