open_model_zoo icon indicating copy to clipboard operation
open_model_zoo copied to clipboard

Restrict numpy for unsupported Python versions

Open p-wysocki opened this issue 1 year ago • 1 comments

Details

  • pip resolver is sporadically choosing numpy==1.25.0rc1 for unsupported Python versions, causing random CI fails
  • the PR is currently a draft because of a discussion in the ticket - I recommend waiting to see if there are more reproductions before merging, but it's a subject to change and discuss

Ticket: 112557

p-wysocki avatar Jun 05 '23 11:06 p-wysocki

If your hypothesis turns out to be true

This then could be a cause of a dependency of a dependency causing a sporadic issue

you should update numpy version only in a file that brings that dependency

Wovchena avatar Jun 05 '23 11:06 Wovchena