python3.pkgs.detectron2: fix build

This commit is contained in:
Ran Xiao 2023-08-24 21:45:07 +10:00
parent 7f1a33b3b5
commit cb2a99a217

View file

@ -36,6 +36,7 @@
, av
, opencv4
, pytest-mock
, pybind11
}:
let
@ -75,6 +76,8 @@ buildPythonPackage {
which
];
buildInputs = [ pybind11 ];
pythonRelaxDeps = [
"black"
];