项目文件夹

文件
2022-07-01 07:16:26 +00:00

32 行
500 B
YAML

package:
name: dgl{{ environ.get('DGL_PACKAGE_SUFFIX', '') }}
version: "0.8.2post1"
source:
git_rev: 0.8.x
git_url: https://github.com/dmlc/dgl.git
requirements:
build:
- python {{ python }}
- setuptools
- cmake
- git
- cython
run:
- python
- numpy
- scipy
- networkx
- requests
- tqdm
build:
script_env:
- USE_CUDA
about:
home: https://github.com/dmlc/dgl.git
license_file: {{ environ.get('SRC_DIR') }}/LICENSE
license: Apache