about summary refs log tree commit diff
path: root/pkgs/development/python-modules/encodec/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/encodec/default.nix')
-rw-r--r--pkgs/development/python-modules/encodec/default.nix17
1 files changed, 9 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/encodec/default.nix b/pkgs/development/python-modules/encodec/default.nix
index 179ab69aa9ff..6c8c363e75ec 100644
--- a/pkgs/development/python-modules/encodec/default.nix
+++ b/pkgs/development/python-modules/encodec/default.nix
@@ -1,12 +1,13 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
+{
+  lib,
+  buildPythonPackage,
+  fetchFromGitHub,
 
-# dependencies
-, einops
-, numpy
-, torch-bin
-, torchaudio-bin
+  # dependencies
+  einops,
+  numpy,
+  torch-bin,
+  torchaudio-bin,
 }:
 
 buildPythonPackage rec {