delete python module
This commit is contained in:
parent
cf7f61ebc3
commit
338d23388b
1 changed files with 0 additions and 25 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue