numpy rot dependency
Commit https://github.com/opencv/opencv-python/commit/7a9ed05ca7e59829d24c9eb57bc7289dd68b73d6 updated numpy dependencies,
pip install opencv-python screws my mamba environment and my latest set of docker images. ( maybe this predates the commit in question, still, 1.26.4 should suffice.)
As some are aware, numpy >1.26.4 put a wrench on many projects with the ridiculous typing changes... Theres millions of lines of code that wont run because of that code rot update. What if anything exists in numpy that opencv needs that is not covered by v 1.26.4! If anything is there, it should be bypassed.
On creating new images I never versioned opencv, now i have to find the good old version.
Actually it seems that this dependency change, specifically breaks my images/ reading thru the older version of the file "numpy>=1.26.0; python_version>='3.12'"
Im using python 3.12. numpy 1.26.4