From db1882eb9b28c8c024c5bfadc28e16ab320f1f24 Mon Sep 17 00:00:00 2001 From: David McFarland Date: Tue, 26 Nov 2024 13:58:07 -0400 Subject: [PATCH] asteroid-filterbanks: remove pre-commit dependency --- .../development/python-modules/asteroid-filterbanks/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/asteroid-filterbanks/default.nix b/pkgs/development/python-modules/asteroid-filterbanks/default.nix index e7dc0cba9798f..7d95723659593 100644 --- a/pkgs/development/python-modules/asteroid-filterbanks/default.nix +++ b/pkgs/development/python-modules/asteroid-filterbanks/default.nix @@ -8,7 +8,6 @@ coverage, librosa, numpy, - pre-commit, pytest, scipy, torch, @@ -36,7 +35,6 @@ buildPythonPackage rec { coverage librosa numpy - pre-commit pytest scipy torch