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 2020/07/01 12:32:24 UTC

[GitHub] [incubator-mxnet] ciyongch opened a new pull request #18651: [v1.x]Add constraint to numpy version to <1.19.0 in CI

ciyongch opened a new pull request #18651:
URL: https://github.com/apache/incubator-mxnet/pull/18651


   ## Description ##
   As reported in https://github.com/apache/incubator-mxnet/issues/18600, there're some failures related to numpy operators with numpy 1.19.0 (which was released on Jun 21, 2020). Since numpy doesn't follow semantic versioning, and it requires more integration/functionality tests to make sure MXNet is compatible to the latest numpy version. Before all this works are completed, this PR adds constraint to numpy version < 1.19.0 to enable CI pipeline.
   
   @szha @TaoLv @leezu 


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



[GitHub] [incubator-mxnet] leezu merged pull request #18651: [v1.x]Add constraint to numpy version to <1.19.0 in CI

Posted by GitBox <gi...@apache.org>.
leezu merged pull request #18651:
URL: https://github.com/apache/incubator-mxnet/pull/18651


   


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



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18651: [v1.x]Add constraint to numpy version to <1.19.0 in CI

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #18651:
URL: https://github.com/apache/incubator-mxnet/pull/18651#issuecomment-652390653


   Hey @ciyongch , Thanks for submitting the PR 
   All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands: 
   - To trigger all jobs: @mxnet-bot run ci [all] 
   - To trigger specific jobs: @mxnet-bot run ci [job1, job2] 
   *** 
   **CI supported jobs**: [edge, windows-gpu, unix-cpu, windows-cpu, clang, centos-gpu, website, unix-gpu, centos-cpu, sanity, miscellaneous]
   *** 
   _Note_: 
    Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. 
   All CI tests must pass before the PR can be merged. 
   


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



[GitHub] [incubator-mxnet] leezu removed a comment on pull request #18651: [v1.x]Add constraint to numpy version to <1.19.0 in CI

Posted by GitBox <gi...@apache.org>.
leezu removed a comment on pull request #18651:
URL: https://github.com/apache/incubator-mxnet/pull/18651#issuecomment-652535147


   I'm quite concerned that there has been no further investigation of the scope and amount of work needed to provide compatibility with numpy 1.19. Constraining the numpy version can become a major pain later on (when more and more user systems update to numpy 1.19) and can prevent them from using mxnet.


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