summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/effdet/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/effdet/default.nix')
-rw-r--r--pkgs/development/python-modules/effdet/default.nix19
1 files changed, 10 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/effdet/default.nix b/pkgs/development/python-modules/effdet/default.nix
index e6a7945ae0be..73e8892b7a41 100644
--- a/pkgs/development/python-modules/effdet/default.nix
+++ b/pkgs/development/python-modules/effdet/default.nix
@@ -1,12 +1,13 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-# build inputs
-, torch
-, torchvision
-, timm
-, pycocotools
-, omegaconf
+{
+ lib,
+ buildPythonPackage,
+ fetchPypi,
+ # build inputs
+ torch,
+ torchvision,
+ timm,
+ pycocotools,
+ omegaconf,
}:
let
pname = "effdet";