blob: 22a1f3579868e686dde5ee865c24e0ef6e58f544 [file] [log] [blame]
{% set version = "0.5.dev" %}
package:
name: topi
version: {{ version }}
source:
path: ../..
build:
number: 1
requirements:
host:
- python {{ python }}
- numpy
- setuptools
- decorator
- tvm-libs =={{ version }}
run:
- python
- {{ pin_compatible('numpy') }}
- decorator
- tvm-libs =={{ version }}
- tvm =={{ version }}
test:
imports:
- topi
about:
home: https://github.com/dmlc/tvm
license: Apache2
summary: "TOPI: TVM Operator Inventory"