delete python module

This commit is contained in:
Osman Faruk Bayram 2025-01-13 20:28:22 +03:00
parent cf7f61ebc3
commit 338d23388b

View file

@ -1,25 +0,0 @@
{
pkgs,
lib,
config,
...
}: {
environment.systemPackages = with pkgs; [
(pkgs.python312.withPackages (ppkgs: [
python312Packages.pip
python312Packages.torch
python312Packages.ipython
python312Packages.numpy
python312Packages.pandas
python312Packages.seaborn
python312Packages.matplotlib
python312Packages.jax
python312Packages.huggingface-hub
python312Packages.datasets
python312Packages.transformers
python312Packages.diffusers
python312Packages.jupyter
]))
pyenv
];
}