Update flake.nix
This commit is contained in:
parent
e905964d94
commit
431f400ff7
1 changed files with 16 additions and 7 deletions
21
flake.nix
21
flake.nix
|
|
@ -59,19 +59,28 @@
|
|||
mireapython = pkgs.python3.withPackages (ps: with ps; [
|
||||
numpy
|
||||
scipy
|
||||
torch
|
||||
psutil # idk why but flakes doesn't take it into the general python installation, so i copied it from the above
|
||||
pandas
|
||||
seaborn
|
||||
py-cpuinfo
|
||||
torchvision
|
||||
tqdm
|
||||
requests
|
||||
opencv4
|
||||
|
||||
matplotlib
|
||||
pillow
|
||||
|
||||
colorama
|
||||
simplejson
|
||||
python-dateutil
|
||||
tqdm
|
||||
|
||||
beautifulsoup4
|
||||
cytoolz
|
||||
psutil
|
||||
pandas
|
||||
requests
|
||||
seaborn
|
||||
opencv4
|
||||
|
||||
|
||||
|
||||
django
|
||||
django-multiselectfield
|
||||
sorl-thumbnail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue