forked from opencv/opencv-python
-
Notifications
You must be signed in to change notification settings - Fork 0
updating from fork #1
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run pipelines on 5.x branch
* Scheduled rolling workflows * Fixed a bug in commit/date for package version * Changed the name of Windows pipelines
(5.x) Merge 4.x
Update 5.x branch
fix: handle None case for python library
fixes #836 i.e. - ability to build untagged commits manually using pip wheel (ensuring the version conforms to PEP 440, and to our actual documentation, by using + instead of .) - ability to compile against current OpenCV on Python 3.8 (using numpy 1.17.5 instead of 1.17.3 which does not compile anymore)
Temporary hack to cover Scikit-build 0.17.3 and newer
Fix for issue #835 I encountered the same issue today. By updating to require numpy 1.24.3 I was about to build successfully for my environment (python 3.11.3 / macos ventura arm64 / gstreamer support enabled)
Force python3 in build procedure to generate python typing stubs
Try to add pyi files to package
Build environment update on Linux.
Python 3.13 suport
…t handle releases.
Reverted back to Github actions checkout as self-made command does not handle releases
* Update build_wheels_windows.yml * Update setup.py
* Base image update from ubuntu 20.04 to 22.04. * Update dependencies. * Removed double artifacts upload. * Use fresh download step. * Deduplicate wheels upload on Mac too.
* Added libavif to the build environment. * Added license text for libavif and its dependencies.
Install libavif and deps on MacOS.
…tom_builds setup.py: support patched sources, allow custom package name
OpenCV submodules update.
…ted-version Add Python `3.13` in the supported versions
BLAS search fix on Linux after chanages in main OpenCV.
Updated OpenCV to release 4.12.0.
Updated Windows build environment to 2025. 2019 - retired.
Updated numpy dependencies.
Disabled Orbbec backend on Windows in headless configuration as it uses MSMF API too
fixe download for v4
fix path for Release
* New manylinux_2_28 based invironment. * Fixed typo.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.