python312Packages.insightface: fix passthru.tests

It used to fail with

    ModuleNotFoundError: No module named 'mxnet'
This commit is contained in:
Robert Schütz
2024-10-29 10:58:27 -07:00
parent 5cd694ac61
commit 5edd50f7cf
@@ -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