项目文件夹

文件
Quan (Andy) Gan 97bdae9e85 [Docker] Add Dependency Packages for CI (#2713)
* add ogb to docker build

* mxnet 1.6 disappeared
2021-03-02 22:16:31 +08:00

17 行
228 B
YAML

name: mxnet-ci
dependencies:
- python=3.6.9
- pip
- pip:
- mxnet-cu101==1.7.0
- pytest
- nose
- numpy
- cython
- scipy
- networkx
- matplotlib
- nltk
- requests[security]
- tqdm