You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now scenedetect pulls in opencv-python which can conflict with opencv-contrib-python. To avoid this I've added both as a dependency to avoid version mismatches, but ideally we should depend on only one variant of the package in total.
Right now
scenedetectpulls inopencv-pythonwhich can conflict withopencv-contrib-python. To avoid this I've added both as a dependency to avoid version mismatches, but ideally we should depend on only one variant of the package in total.