ck-env icon indicating copy to clipboard operation
ck-env copied to clipboard

Change version detection mechanism for Python OpenCV

Open psyhtest opened this issue 4 years ago • 1 comments

For recent OpenCV versions, it is preferable to parse the package version from version.py. Older versions can still be supported with a simple workaround described in README.

psyhtest avatar Feb 09 '21 15:02 psyhtest

It does not seem to be backward compatible. The CK policy is to keep packages backward compatible to ensure reproducibility and add extra functionality in the same package only if it backwards compatible or add a new package. I would suggest either to add a new package or to update the old one in a backward compatible way. Thanks!

gfursin avatar Feb 26 '21 08:02 gfursin