This commit is contained in:
Osman Faruk Bayram 2024-10-26 18:58:39 +03:00
parent ca4fd1a72e
commit 72c98c78c8

View file

@ -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