Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the version of opencv-python #1829

Closed
wants to merge 3 commits into from
Closed

Commits on Aug 16, 2023

  1. fix the version of opencv-python

    According to the [upstream issue](opencv/opencv-python#885), opencv-python has some compatibility problem with numpy. Since we fixed the numpy version in the requirements.txt, we also need to fix the opencv-python's verison too. I install the nightly Torch and TorchBench, there is an installation error same with the above issue. opencv-python 4.7.0.72 works well. I think we'd better fix its version until the latest opencv-python 4.9.0 released.
    FindHao authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    01c2c87 View commit details
    Browse the repository at this point in the history
  2. add issue link

    FindHao authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    fce2df3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. add issue link

    FindHao authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7823d8b View commit details
    Browse the repository at this point in the history