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

Change version detection mechanism for Python OpenCV #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

psyhtest
Copy link
Contributor

@psyhtest psyhtest commented Feb 9, 2021

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.

@gfursin
Copy link
Member

gfursin commented Feb 26, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants