You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/07/09 20:29:38 UTC

[GitHub] [incubator-mxnet] josephevans commented on issue #20389: windows-cpu flaky tests

josephevans commented on issue #20389:
URL: https://github.com/apache/incubator-mxnet/issues/20389#issuecomment-877439715


   @TristonC mentioned seeing test failures with random number generation when updating to scipy 1.7.0. He reverted to 1.6.3 and the tests were passing. 
   
   Scipy was released recently, and on windows CI, we install the python dependencies from `tests/requirements.txt`, which does not specify a specific version (thus was installing the latest, 1.7.0) I have changed this to `scipy<1.7.0` in https://github.com/apache/incubator-mxnet/pull/20428 to use scipy 1.6.3 instead.
   
   For linux CI pipelines, we hardcode `scipy==1.2.1` in `ci/docker/install/requirements`, but in `ci/docker/install/ubuntu_caffe.sh`, we install requirements (one at a time) from the Caffe repository. This is inadvertently upgrading scipy to 1.7.0. I have disabled installing the Caffe requirements file also in https://github.com/apache/incubator-mxnet/pull/20428, to prevent this. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org