meta.yaml 529 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
package:
  name: dgllife{{ environ.get('APP_PACKAGE_SUFFIX', '') }}
  version: "0.2.0"

source:
  git_rev: 0.2.0
  git_url: https://github.com/dmlc/dgl/tree/master/apps/dgllife

requirements:
  build:
    - python {{ python }}
    - setuptools
    - cmake
    - git
    - cython
  run:
    - python
    - requests
    - scikit-learn
    - pandas
    - tqdm

test:
  imports:
    - dgllife

about:
  home: https://github.com/dmlc/dgl/tree/master/apps/dgllife
  license_file: {{ environ.get('SRC_DIR') }}/LICENSE
  license: Apache