You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2022/05/14 00:19:09 UTC

[tvm] 23/32: Add mxnet to gen_requirements.

This is an automated email from the ASF dual-hosted git repository.

areusch pushed a commit to branch areusch/freeze-dependencies
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit e2513c5d5de7de3a38f8ac3d19a15fe2a4fa9b24
Author: Andrew Reusch <ar...@gmail.com>
AuthorDate: Fri May 13 12:40:30 2022 -0700

    Add mxnet to gen_requirements.
---
 python/gen_requirements.py | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/python/gen_requirements.py b/python/gen_requirements.py
index d01ddb1fd1..d4b0079754 100755
--- a/python/gen_requirements.py
+++ b/python/gen_requirements.py
@@ -146,6 +146,15 @@ REQUIREMENTS_BY_PIECE: RequirementsByPieceType = [
             ],
         ),
     ),
+    (
+        "importer-mxnet",
+        (
+            "Requirements for the mxnet importer",
+            [
+                "mxnet",
+            ],
+        ),
+    ),
     (
         "importer-paddle",
         ("Requirements for the PaddlePaddle importer", ["paddlepaddle"]),
@@ -273,6 +282,7 @@ CONSTRAINTS = [
     ("image", []),
     ("keras", []),
     ("matplotlib", []),
+    ("mxnet", []),
     ("numpy", []),
     ("oneflow", []),
     ("onnx", []),