# OpenCV requirements for the variant that comes with headless capabilities,
# and does not conflict with exiting PyQt installations. This is usually the
# preferred way to install cv2. But a graphical version is available in graphics.txt
# Be careful to choose only one.

# xdev availpkg opencv-python-headless
# --prefer-binary
# opencv-python-headless>=4.10.0.84  ; python_version < '4.0'  and python_version >= '3.13'    # Python 3.13+
# opencv-python-headless>=4.5.5.64  ; python_version < '3.13'  and python_version >= '3.11'    # Python 3.11~3.12
# opencv-python-headless>=4.5.4.58  ; python_version < '3.11' and python_version >= '3.10'    # Python 3.10
# opencv-python-headless>=3.4.15.55  ; python_version < '3.10' and python_version >= '3.9'    # Python 3.9
# opencv-python-headless>=3.4.15.55  ; python_version < '3.9' and python_version >= '3.8'    # Python 3.8
# opencv-python-headless>=3.4.15.55  ; python_version < '3.8' and python_version >= '3.7'    # Python 3.7
# opencv-python-headless>=3.4.13.47  ; python_version < '3.7' and python_version >= '3.6'    # Python 3.6
# opencv-python-headless>=3.4.2.16  ; python_version < '3.6' and python_version >= '3.5'    # Python 3.5
# opencv-python-headless>=3.4.2.16  ; python_version < '3.5' and python_version >= '3.4'    # Python 3.4
# opencv-python-headless>=3.4.2.16  ; python_version < '3.4' and python_version >= '2.7'    # Python 2.7
