Skip to content

Commit

Permalink
Improvements in conda recipe (#3791)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotrevisani authored and tqchen committed Aug 29, 2019
1 parent 5eaf74a commit 739fd24
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions conda/tvm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 739fd24

Please sign in to comment.