Matteo Aletti

Results 2 issues of Matteo Aletti

### Expected behaviour On previous version (4.6.0.66) of opencv-python-headless, the package did not depend on windows media feature pack. ``` >> pyi-bindepend.exe "C:\Users\user\anaconda3\envs\cv246\Lib\site-packages\cv2\cv2.pyd" C:\Users\user\anaconda3\envs\cv246\Lib\site-packages\cv2\cv2.pyd {'WSOCK32.dll', 'ole32.dll', 'KERNEL32.dll', 'OLEAUT32.dll', 'python3.dll'} ```...

enhancement

Hope this is the proper place to ask this question. I tried to install the opencv-python-headless on a conda environment with python3.12 ``` >> conda create -n test -c fastai...