From bc803ce76538962f7be0d11ebf82dc3562a4553f Mon Sep 17 00:00:00 2001 From: Marcelo Duarte Trevisani Date: Thu, 29 Aug 2019 04:14:04 +0100 Subject: [PATCH] Improvements in conda recipe (#3791) --- conda/tvm/meta.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/conda/tvm/meta.yaml b/conda/tvm/meta.yaml index 0daca4bcea2b..953cd68b8e91 100644 --- a/conda/tvm/meta.yaml +++ b/conda/tvm/meta.yaml @@ -36,12 +36,13 @@ requirements: - numpy - setuptools - decorator - - tvm-libs =={{ version }} + - tvm-libs {{ version }} run: - - python + - python {{ python }} - {{ pin_compatible('numpy') }} - decorator - - tvm-libs =={{ version }} + - tvm-libs {{ version }} + - psutil test: imports: @@ -58,5 +59,6 @@ test: about: home: https://github.com/dmlc/tvm - license: Apache2 + license: Apache-2.0 + license_family: Apache summary: a low level domain specific language for compiling tensor computation pipelines