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 ];
|
nativeBuildInputs = [ pkgs.python312Packages.setuptools ];
|
||||||
buildInputs = with pkgs.python312Packages; [
|
buildInputs = with pkgs.python312Packages; [
|
||||||
numpy
|
numpy
|
||||||
scipy
|
scipy
|
||||||
torch
|
torch
|
||||||
psutil
|
psutil
|
||||||
pandas
|
pandas
|
||||||
seaborn
|
seaborn
|
||||||
py-cpuinfo
|
py-cpuinfo
|
||||||
torchvision
|
torchvision
|
||||||
tqdm
|
tqdm
|
||||||
requests
|
requests
|
||||||
opencv4
|
opencv4
|
||||||
] ++ [ ultralyticsThop ];
|
] ++ [ ultralyticsThop ];
|
||||||
|
|
||||||
# Patch to remove the strict version requirements that cause problems.
|
# Patch to remove the strict version requirements that cause problems.
|
||||||
|
|
@ -67,6 +67,7 @@ mireapython = pkgs.python3.withPackages (ps: with ps; [
|
||||||
tqdm
|
tqdm
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
cytoolz
|
cytoolz
|
||||||
|
psutil
|
||||||
pandas
|
pandas
|
||||||
requests
|
requests
|
||||||
seaborn
|
seaborn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue