You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/09/11 11:01:31 UTC

[GitHub] [incubator-mxnet] leezu edited a comment on issue #16097: [numpy] array ufunc and array function protocols

leezu edited a comment on issue #16097: [numpy] array ufunc and array function protocols
URL: https://github.com/apache/incubator-mxnet/pull/16097#issuecomment-530331185
 
 
   > @leezu Could you confirm that you are using NumPy with version >= 1.17?
   
   You're right, I was using numpy 1.16 and it ran into the well-known issue (I guess there is some github issue tracking it, but not sure) that numpy doesn't correctly convert ndarrays to numpy arrays.
   
   Would it make sense to support Numpy 1.16 when `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=1` environment variables is defined? If not, how about bumping the required minimum numpy version in `setup.py` to 1.17?
   
   https://github.com/apache/incubator-mxnet/blob/e87995db6f8ac7e8d4424001e1db5296398562f6/python/setup.py#L33

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services