Skip to content

Commit ae90ee7

Browse files
committed
Submodules update to 4.11.0-pre
1 parent 9e45735 commit ae90ee7

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

.github/workflows/build_wheels_macos_m1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
Build:
23-
runs-on: python-macos11-m1
23+
runs-on: python-macos12-m1
2424
strategy:
2525
fail-fast: false
2626
matrix:

opencv

Submodule opencv updated 122 files

opencv_contrib

Submodule opencv_contrib updated 67 files

opencv_extra

Submodule opencv_extra updated 95 files

setup.py

-6
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,6 @@ def main():
115115
else []
116116
)
117117
+
118-
(
119-
[r"lib/libOrbbecSDK.dylib", r"lib/libOrbbecSDK.\d.\d.dylib", r"lib/libOrbbecSDK.\d.\d.\d.dylib"]
120-
if platform.system() == "Darwin" and platform.machine() == "arm64"
121-
else []
122-
)
123-
+
124118
# In Windows, in python/X.Y/<arch>/; in Linux, in just python/X.Y/.
125119
# Naming conventions vary so widely between versions and OSes
126120
# had to give up on checking them.

0 commit comments

Comments
 (0)