Update flake.nix
This commit is contained in:
parent
da4061c1e1
commit
e905964d94
1 changed files with 12 additions and 11 deletions
23
flake.nix
23
flake.nix
|
|
@ -32,17 +32,17 @@
|
|||
};
|
||||
nativeBuildInputs = [ pkgs.python312Packages.setuptools ];
|
||||
buildInputs = with pkgs.python312Packages; [
|
||||
numpy
|
||||
scipy
|
||||
torch
|
||||
psutil
|
||||
pandas
|
||||
seaborn
|
||||
py-cpuinfo
|
||||
torchvision
|
||||
tqdm
|
||||
requests
|
||||
opencv4
|
||||
numpy
|
||||
scipy
|
||||
torch
|
||||
psutil
|
||||
pandas
|
||||
seaborn
|
||||
py-cpuinfo
|
||||
torchvision
|
||||
tqdm
|
||||
requests
|
||||
opencv4
|
||||
] ++ [ ultralyticsThop ];
|
||||
|
||||
# Patch to remove the strict version requirements that cause problems.
|
||||
|
|
@ -67,6 +67,7 @@ mireapython = pkgs.python3.withPackages (ps: with ps; [
|
|||
tqdm
|
||||
beautifulsoup4
|
||||
cytoolz
|
||||
psutil
|
||||
pandas
|
||||
requests
|
||||
seaborn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue