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/17 17:24:09 UTC

[tvm] 23/33: 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 c5a212ed985dd5dbcf46f621f6651de9b0626f4d
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", []),