dmlc--dgl
cf4727a9d9
* [CI] upgrade python version to 3.7.0 * do not upgrade for mxnet cpu due to seg fault * fix test failure for mxnet
17 行
222 B
YAML
17 行
222 B
YAML
name: mxnet-ci
|
|
dependencies:
|
|
- python=3.7.0
|
|
- pip
|
|
- pip:
|
|
- mxnet==1.6.0
|
|
- pytest
|
|
- nose
|
|
- numpy
|
|
- cython
|
|
- scipy
|
|
- networkx
|
|
- matplotlib
|
|
- nltk
|
|
- requests[security]
|
|
- tqdm
|