-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
tensorflow-lite: resolve conflicts #23006
tensorflow-lite: resolve conflicts #23006
Conversation
I detected other pull requests that are modifying tensorflow-lite/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
Note: will include this fix #20172 before merging. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 3 (
Conan v2 pipeline ✔️
All green in build 3 ( |
This PR has been automatically merged due to |
Work in progress pending tests.
Solve dependency conflicts caused by https://github.com/conan-io/conan-center-index/pull/21762/files.
Need to ensure all tests pass - as it's hard to reason whether tensorflow-lite is still compatible with these newer versions.
Before this PR:
conan graph info --requires=tensorflow-lite/2.12.0 --requires=opencv/4.5.5 --profile:host Linux-gcc11-x86_64-Release --profile:build Linux-gcc11-x86_64-Release
failsAfter this PR: the command above should pass without conflicts.