about summary refs log tree commit diff
path: root/pkgs/development/python-modules/asteroid-filterbanks/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/asteroid-filterbanks/default.nix')
-rw-r--r--pkgs/development/python-modules/asteroid-filterbanks/default.nix31
1 files changed, 16 insertions, 15 deletions
diff --git a/pkgs/development/python-modules/asteroid-filterbanks/default.nix b/pkgs/development/python-modules/asteroid-filterbanks/default.nix
index 3a22c0fb5132e..9c41816421752 100644
--- a/pkgs/development/python-modules/asteroid-filterbanks/default.nix
+++ b/pkgs/development/python-modules/asteroid-filterbanks/default.nix
@@ -1,17 +1,18 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, setuptools
-, wheel
-, black
-, codecov
-, coverage
-, librosa
-, numpy
-, pre-commit
-, pytest
-, scipy
-, torch
+{
+  lib,
+  buildPythonPackage,
+  fetchFromGitHub,
+  setuptools,
+  wheel,
+  black,
+  codecov,
+  coverage,
+  librosa,
+  numpy,
+  pre-commit,
+  pytest,
+  scipy,
+  torch,
 }:
 
 buildPythonPackage rec {
@@ -46,7 +47,7 @@ buildPythonPackage rec {
   pythonImportsCheck = [ "asteroid_filterbanks" ];
 
   meta = with lib; {
-    description = "The PyTorch-based audio source separation toolkit for researchers";
+    description = "PyTorch-based audio source separation toolkit for researchers";
     homepage = "https://github.com/asteroid-team/asteroid-filterbanks";
     license = licenses.mit;
     maintainers = with maintainers; [ matthewcroughan ];