add python 11

This commit is contained in:
Osman Faruk Bayram 2024-10-26 18:52:08 +03:00
parent 8474adec6b
commit ca4fd1a72e

View file

@ -10,6 +10,14 @@
python312Packages.seaborn
python312Packages.matplotlib
]))
(pkgs.python311.withPackages (ppkgs: [
python311Packages.torch
python311Packages.ipython
python311Packages.numpy
python311Packages.pandas
python311Packages.seaborn
python311Packages.matplotlib
]))
pyenv
];