Commit cb2a99a2 authored by Ran Xiao's avatar Ran Xiao
Browse files

python3.pkgs.detectron2: fix build

parent 7f1a33b3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
, av
, opencv4
, pytest-mock
, pybind11
}:

let
@@ -75,6 +76,8 @@ buildPythonPackage {
    which
  ];

  buildInputs = [ pybind11 ];

  pythonRelaxDeps = [
    "black"
  ];