Skip to content

Commit

Permalink
python312Packages.insightface: fix passthru.tests
Browse files Browse the repository at this point in the history
It used to fail with

    ModuleNotFoundError: No module named 'mxnet'
  • Loading branch information
dotlambda committed Oct 29, 2024
1 parent 5cd694a commit 5edd50f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/insightface/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
fetchPypi,
insightface,
matplotlib,
mxnet,
numpy,
onnx,
onnxruntime,
Expand Down Expand Up @@ -45,6 +46,7 @@ buildPythonPackage rec {
albumentations
easydict
matplotlib
mxnet # used in insightface/commands/rec_add_mask_param.py
numpy
onnx
onnxruntime
Expand Down

0 comments on commit 5edd50f

Please sign in to comment.