From 4cdab7b4f429f94cf192ac1fc19a6d9ff4c1dd49 Mon Sep 17 00:00:00 2001 From: kangwangamd <100359556+kangwangamd@users.noreply.github.com> Date: Thu, 6 Aug 2026 16:52:23 +0800 Subject: [PATCH] [AMD] Add msgpack to ROCm diffusion deps (fix multimodal-gen unit test ModuleNotFoundError) (#31899) --- python/pyproject_other.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyproject_other.toml b/python/pyproject_other.toml index 8ff6476d1..9d6fba5b7 100755 --- a/python/pyproject_other.toml +++ b/python/pyproject_other.toml @@ -91,6 +91,7 @@ diffusion_common = [ "imageio==2.36.0", "imageio-ffmpeg==0.5.1", "moviepy>=2.0.0", + "msgpack", "opencv-python-headless==4.10.0.84", "PyYAML==6.0.1", "remote-pdb",