From bf884dc3b4ed47fb2eb6d30faedaf6578a2e331d Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 10 Nov 2024 22:15:41 +0300 Subject: [PATCH] remove python11 --- common/python.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/common/python.nix b/common/python.nix index 47d92f2..21077f6 100644 --- a/common/python.nix +++ b/common/python.nix @@ -12,18 +12,8 @@ python312Packages.matplotlib python312Packages.jax ])) - (pkgs.python311.withPackages (ppkgs: [ - python311Packages.pip - python311Packages.torch - python311Packages.ipython - python311Packages.numpy - python311Packages.pandas - python311Packages.seaborn - python311Packages.matplotlib - python311Packages.jax - ])) pyenv ]; -} \ No newline at end of file +}