dmlc--dgl
a95459e3a2
* change ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * update ci * nx package * update ci * update ci * update ci * fix * mx dockerfile by zhengda * python3.6->3.5 * update ci image * add tutorial test * fix ci * fix ssl problem * minor change * small fix on traversal utest * fix syntax * add matplotlib in image * fix * update ci * update ci
8 行
297 B
Bash
8 行
297 B
Bash
# install libraries for python package on ubuntu
|
|
pip2 install nose numpy cython scipy networkx matplotlib nltk requests[security]
|
|
pip3 install nose numpy cython scipy networkx matplotlib nltk requests[security]
|
|
|
|
# install DL Framework
|
|
pip2 install torch torchvision
|
|
pip3 install torch torchvision
|