From 419e73cdfab3b4a2d2ea6753382b345575e02983 Mon Sep 17 00:00:00 2001 From: Wentao Ye <44945378+yewentao256@users.noreply.github.com> Date: Mon, 6 Apr 2026 13:31:19 -0400 Subject: [PATCH] [Bug] Fix mistral version dependency (#39086) Signed-off-by: yewentao256 --- requirements/nightly_torch_test.txt | 2 +- requirements/rocm-test.in | 2 +- requirements/test.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/nightly_torch_test.txt b/requirements/nightly_torch_test.txt index ca9c5bd1c..e0eb7e114 100644 --- a/requirements/nightly_torch_test.txt +++ b/requirements/nightly_torch_test.txt @@ -23,7 +23,7 @@ jiwer # required for audio tests timm # required for internvl test transformers_stream_generator # required for qwen-vl test matplotlib # required for qwen-vl test -mistral_common[image,audio] >= 1.9.1 # required for voxtral test +mistral_common[image,audio] >= 1.11.0 # required for voxtral test num2words # required for smolvlm test opencv-python-headless >= 4.13.0 # required for video test datamodel_code_generator # required for minicpm3 test diff --git a/requirements/rocm-test.in b/requirements/rocm-test.in index b8978f1f2..23c3a0f91 100644 --- a/requirements/rocm-test.in +++ b/requirements/rocm-test.in @@ -31,7 +31,7 @@ tblib # for pickling test exceptions timm>=1.0.17 # required for internvl and gemma3n-mm test transformers_stream_generator # required for qwen-vl test matplotlib # required for qwen-vl test -mistral_common[image,audio]>=1.10.0 # required for voxtral test +mistral_common[image,audio]>=1.11.0 # required for voxtral test num2words # required for smolvlm test open_clip_torch==2.32.0 # Required for nemotron_vl test, Nemotron Parse in test_common.py opencv-python-headless>=4.13.0 # required for video test diff --git a/requirements/test.in b/requirements/test.in index dc47976b1..e21f89d2d 100644 --- a/requirements/test.in +++ b/requirements/test.in @@ -32,7 +32,7 @@ torchaudio==2.10.0 torchvision==0.25.0 transformers_stream_generator # required for qwen-vl test matplotlib # required for qwen-vl test -mistral_common[image,audio] >= 1.9.1 # required for voxtral test +mistral_common[image,audio] >= 1.11.0 # required for voxtral test num2words # required for smolvlm test open_clip_torch==2.32.0 # Required for nemotron_vl test, Nemotron Parse in test_common.py opencv-python-headless >= 4.13.0 # required for video test