Update flake.nix
This commit is contained in:
parent
e905964d94
commit
431f400ff7
1 changed files with 16 additions and 7 deletions
23
flake.nix
23
flake.nix
|
|
@ -58,20 +58,29 @@
|
||||||
|
|
||||||
mireapython = pkgs.python3.withPackages (ps: with ps; [
|
mireapython = pkgs.python3.withPackages (ps: with ps; [
|
||||||
numpy
|
numpy
|
||||||
scipy
|
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
|
matplotlib
|
||||||
pillow
|
pillow
|
||||||
|
|
||||||
colorama
|
colorama
|
||||||
simplejson
|
simplejson
|
||||||
python-dateutil
|
python-dateutil
|
||||||
tqdm
|
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
cytoolz
|
cytoolz
|
||||||
psutil
|
|
||||||
pandas
|
|
||||||
requests
|
|
||||||
seaborn
|
|
||||||
opencv4
|
|
||||||
django
|
django
|
||||||
django-multiselectfield
|
django-multiselectfield
|
||||||
sorl-thumbnail
|
sorl-thumbnail
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue