diff --git a/conda/opencv/meta.yaml b/conda/opencv/meta.yaml index 5e4e3526904c1e97b234de34e003ac482d3f9563..f97ba82c35187f4296cf6f1dcb77ab4c1e9e3680 100644 --- a/conda/opencv/meta.yaml +++ b/conda/opencv/meta.yaml @@ -80,7 +80,7 @@ requirements: - harfbuzz # [unix] - libpng - ffmpeg # [not win] - - qt 5.12.1 # [not osx and not aarch64 and not ppc64le] + - qt 5.9 # [not osx and not aarch64 and not ppc64le] # - liblapacke - freetype - glib # [unix] @@ -89,7 +89,7 @@ requirements: - harfbuzz # [unix] # Don't depend on python in the run section # py-opencv will depend on python - - qt 5.12 # [not osx and not aarch64 and not ppc64le] + - qt 5.9 # [not osx and not aarch64 and not ppc64le] # https://github.com/conda-forge/opencv-feedstock/issues/174 # Seems like the OSX ABI has changed between 2.9 and 2.10??? # That or a dependency wasn't merged in @@ -107,7 +107,7 @@ test: - liblapack * *mkl # [py==37 and linux64] - cmake - ninja - - qt 5.12.1 # [linux64] + - qt 5.9 # [linux64] files: - CMakeLists.txt - test.cpp