DickJC123 opened a new issue #18866:
URL: https://github.com/apache/incubator-mxnet/issues/18866


   ## Description
   On a ubuntu system with MXNet v1.7.x, I see:
   ```
   # pip install numpy==1.17.0
   #  pytest --verbose -s 
tests/python/unittest/test_numpy_op.py::test_np_empty_like
   < passes >
   # pip install numpy==1.16.6
   # pytest --verbose -s 
tests/python/unittest/test_numpy_op.py::test_np_empty_like
   ...
   ========================================= short test summary info 
=========================================
   FAILED tests/python/unittest/test_numpy_op.py::test_np_empty_like - assert 
(0, 1) == (0,)
   ====================================== 1 failed, 1 warning in 4.93s 
=======================================
   ```
   numpy v1.16.x meets the specs found in ./ci/docker/install/requirements.
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to