Commit 739fd248 by Marcelo Duarte Trevisani Committed by Tianqi Chen

Improvements in conda recipe (#3791)

parent 5eaf74ab
...@@ -36,12 +36,13 @@ requirements: ...@@ -36,12 +36,13 @@ requirements:
- numpy - numpy
- setuptools - setuptools
- decorator - decorator
- tvm-libs =={{ version }} - tvm-libs {{ version }}
run: run:
- python - python {{ python }}
- {{ pin_compatible('numpy') }} - {{ pin_compatible('numpy') }}
- decorator - decorator
- tvm-libs =={{ version }} - tvm-libs {{ version }}
- psutil
test: test:
imports: imports:
...@@ -58,5 +59,6 @@ test: ...@@ -58,5 +59,6 @@ test:
about: about:
home: https://github.com/dmlc/tvm 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 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