From 58a72d37a67407a7a29a4cd71d9ab0f92aed4834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 29 Oct 2024 10:43:13 -0700 Subject: [PATCH] add mxnet to requirements It's used e.g. in insightface/commands/rec_add_mask_param.py and using the CLI fails without. --- python-package/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python-package/setup.py b/python-package/setup.py index 9b0fa157a..853a92f7d 100644 --- a/python-package/setup.py +++ b/python-package/setup.py @@ -53,6 +53,7 @@ def find_version(*file_paths): 'cython', 'albumentations', 'prettytable', + 'mxnet', ] extensions = [