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 +}