Update flake.nix

This commit is contained in:
Gregory Bednov 2025-01-06 17:34:20 +03:00 committed by GitHub
commit 431f400ff7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,19 +59,28 @@
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