add pip
This commit is contained in:
parent
ca4fd1a72e
commit
72c98c78c8
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(pkgs.python312.withPackages (ppkgs: [
|
||||
python312Packages.pip
|
||||
python312Packages.torch
|
||||
python312Packages.ipython
|
||||
python312Packages.numpy
|
||||
|
|
@ -11,6 +12,7 @@
|
|||
python312Packages.matplotlib
|
||||
]))
|
||||
(pkgs.python311.withPackages (ppkgs: [
|
||||
python311Packages.pip
|
||||
python311Packages.torch
|
||||
python311Packages.ipython
|
||||
python311Packages.numpy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue