ngraph-python
ngraph-python copied to clipboard
Conflict numpy version
requirements.txt need numpy==1.11, but gpu_requirements.txt need numpy==1.13 implicitly. That's why I have error on numpy when import ngraph after executing below command.
make install
make gpu_prepare
Thanks
I sent PR#10. Pls merge. Thanks