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


   ```
   $ wget 
https://files.pythonhosted.org/packages/64/20/76af36cad6754a15f39d3bff19e09921dec72b85261e455d4edc50ebffa8/mxnet-1.7.0.post2-py2.py3-none-manylinux2014_x86_64.whl
 
https://files.pythonhosted.org/packages/2a/4f/fc1adda6d1ceef5c9b3921e6c6d208b86b1b3ed61686a84c1b1bcc821798/mxnet-1.7.0.post2-py2.py3-none-win_amd64.whl
   [...]
   
   $ bsdtar -xOf mxnet-1.7.0.post2-py2.py3-none-manylinux2014_x86_64.whl 
mxnet-1.7.0.post2.dist-info/METADATA | grep '^Requires-Dist:'
   Requires-Dist: numpy (<2.0.0,>1.16.0)
   Requires-Dist: requests (<3,>=2.20.0)
   Requires-Dist: graphviz (<0.9.0,>=0.8.1)
   
   $ bsdtar -xOf mxnet-1.7.0.post2-py2.py3-none-win_amd64.whl 
mxnet-1.7.0.post2.dist-info/METADATA | grep '^Requires-Dist:'
   Requires-Dist: numpy (<1.17.0,>=1.8.2)
   Requires-Dist: requests (<2.19.0,>=2.18.4)
   Requires-Dist: graphviz (<0.9.0,>=0.8.1)
   ```
   
   As you can see, the requirements of the Windows wheel are very different 
from the Linux wheel. They have older versions (in the case of requests there's 
not even any overlap between supported versions), and they restrict _minor_ 
versions, leaving only a very narrow range of supported versions.
   
   This isn't a bug per se, but it seems very suspicious. Is this really 
intentional?


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



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

Reply via email to