File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ partial-json-parser # used for parsing partial JSON outputs
3131pyzmq >= 25.0.0
3232msgspec
3333gguf >= 0.17.0
34- mistral_common[image] >= 1.11.0
34+ mistral_common[image] >= 1.11.2
3535opencv-python-headless >= 4.13.0 # required for video IO
3636pyyaml
3737six>=1.16.0; python_version > '3.11' # transitive dependency of pandas that needs to be the latest version for python 3.12
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ torchaudio==2.11.0
3131torchvision==0.26.0
3232transformers_stream_generator # required for qwen-vl test
3333matplotlib # required for qwen-vl test
34- mistral_common[image,audio] >= 1.11.0 # required for voxtral test
34+ mistral_common[image,audio] >= 1.11.2 # required for voxtral test
3535num2words # required for smolvlm test
3636open_clip_torch==2.32.0 # Required for nemotron_vl test, Nemotron Parse in test_common.py
3737opencv-python-headless >= 4.13.0 # required for video test
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ mbstrdecoder==1.1.3
412412 # typepy
413413mdurl==0.1.2
414414 # via markdown-it-py
415- mistral-common==1.11.0
415+ mistral-common==1.11.2
416416 # via
417417 # -c requirements/common.txt
418418 # -r requirements/test/cuda.in
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ jiwer # required for audio tests
2323timm # required for internvl test
2424transformers_stream_generator # required for qwen-vl test
2525matplotlib # required for qwen-vl test
26- mistral_common[image,audio] >= 1.11.0 # required for voxtral test
26+ mistral_common[image,audio] >= 1.11.2 # required for voxtral test
2727num2words # required for smolvlm test
2828opencv-python-headless >= 4.13.0 # required for video test
2929datamodel_code_generator # required for minicpm3 test
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ tblib # for pickling test exceptions
3030timm>=1.0.17 # required for internvl and gemma3n-mm test
3131transformers_stream_generator # required for qwen-vl test
3232matplotlib # required for qwen-vl test
33- mistral_common[image,audio]>=1.11.0 # required for voxtral test
33+ mistral_common[image,audio]>=1.11.2 # required for voxtral test
3434num2words # required for smolvlm test
3535open_clip_torch==2.32.0 # Required for nemotron_vl test, Nemotron Parse in test_common.py
3636opencv-python-headless>=4.13.0 # required for video test
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ mcp==1.27.0
509509 # via -r requirements/test/../common.txt
510510mdurl==0.1.2
511511 # via markdown-it-py
512- mistral-common==1.11.0
512+ mistral-common==1.11.2
513513 # via
514514 # -c requirements/common.txt
515515 # -r requirements/test/../common.txt
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ mbstrdecoder==1.1.4
266266 # typepy
267267mdurl==0.1.2
268268 # via markdown-it-py
269- mistral-common==1.11.0
269+ mistral-common==1.11.2
270270 # via
271271 # -c requirements/common.txt
272272 # -r requirements/test/xpu.in
You can’t perform that action at this time.
0 commit comments