From e905964d944199073f9023535cb62bc9355e7a72 Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Mon, 6 Jan 2025 17:24:55 +0300 Subject: [PATCH] Update flake.nix --- flake.nix | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/flake.nix b/flake.nix index 4ee1a7c..fee9032 100644 --- a/flake.nix +++ b/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