Commit 5edd50f7 authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.insightface: fix passthru.tests

It used to fail with

    ModuleNotFoundError: No module named 'mxnet'
parent 5cd694ac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  fetchPypi,
  insightface,
  matplotlib,
  mxnet,
  numpy,
  onnx,
  onnxruntime,
@@ -45,6 +46,7 @@ buildPythonPackage rec {
    albumentations
    easydict
    matplotlib
    mxnet # used in insightface/commands/rec_add_mask_param.py
    numpy
    onnx
    onnxruntime