From ca4fd1a72e30874d446f2f02f8291f9e32abf5eb Mon Sep 17 00:00:00 2001 From: osbm Date: Sat, 26 Oct 2024 18:52:08 +0300 Subject: [PATCH] add python 11 --- common/python.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/common/python.nix b/common/python.nix index 92b8a76..7fb535d 100644 --- a/common/python.nix +++ b/common/python.nix @@ -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 ];