Commit 739fd248 by Marcelo Duarte Trevisani Committed by Tianqi Chen

Improvements in conda recipe (#3791)

parent 5eaf74ab
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment