Skip to content

Commit ace5cda

Browse files
authored
[Fix] bump mistral common to support magistral (#19533)
Signed-off-by: 汪志鹏 <wangzhipeng628@gmail.com>
1 parent 6458721 commit ace5cda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pyzmq >= 25.0.0
3131
msgspec
3232
gguf >= 0.13.0
3333
importlib_metadata; python_version < '3.10'
34-
mistral_common[opencv] >= 1.5.4
34+
mistral_common[opencv] >= 1.6.2
3535
opencv-python-headless >= 4.11.0 # required for video IO
3636
pyyaml
3737
six>=1.16.0; python_version > '3.11' # transitive dependency of pandas that needs to be the latest version for python 3.12

requirements/test.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ torchvision==0.22.0
2828
transformers_stream_generator # required for qwen-vl test
2929
mamba_ssm # required for plamo2 test
3030
matplotlib # required for qwen-vl test
31-
mistral_common[opencv] >= 1.5.4 # required for pixtral test
31+
mistral_common[opencv] >= 1.6.2 # required for pixtral test
3232
num2words # required for smolvlm test
3333
opencv-python-headless >= 4.11.0 # required for video test
3434
datamodel_code_generator # required for minicpm3 test

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ mbstrdecoder==1.1.3
303303
# typepy
304304
mdurl==0.1.2
305305
# via markdown-it-py
306-
mistral-common==1.5.4
306+
mistral-common==1.6.2
307307
# via -r requirements/test.in
308308
more-itertools==10.5.0
309309
# via lm-eval

0 commit comments

Comments
 (0)