Skip to content

Commit 894e3d8

Browse files
ywang96liuyanyi
authored andcommitted
[Misc][CI/Build] Include cv2 via mistral_common[opencv] (vllm-project#8951)
1 parent 485bef9 commit 894e3d8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements-common.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pyzmq
2626
msgspec
2727
gguf == 0.10.0
2828
importlib_metadata
29-
mistral_common >= 1.4.3
29+
mistral_common[opencv] >= 1.4.4
3030
pyyaml
3131
six>=1.16.0; python_version > '3.11' # transitive dependency of pandas that needs to be the latest version for python 3.12
3232
setuptools>=74.1.1; python_version > '3.11' # Setuptools is used by triton, we need to ensure a modern version is installed for 3.12+ so that it does not try to import distutils, which was removed in 3.12

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ def _read_requirements(filename: str) -> List[str]:
512512
ext_modules=ext_modules,
513513
extras_require={
514514
"tensorizer": ["tensorizer>=2.9.0"],
515-
"video": ["opencv-python"], # Required for video processing
516515
"audio": ["librosa", "soundfile"] # Required for audio processing
517516
},
518517
cmdclass={"build_ext": cmake_build_ext} if len(ext_modules) > 0 else {},

0 commit comments

Comments
 (0)