Added Cmake dep to playground.sh

This commit is contained in:
Dillon DuPont
2025-05-22 17:06:38 -04:00
parent 5795962e83
commit 23e2fe62ab

View File

@@ -88,7 +88,7 @@ source "$VENV_DIR/bin/activate"
# Install required packages
echo "📦 Updating CUA packages..."
pip install -U pip
pip install -U pip setuptools wheel Cmake
pip install -U cua-computer "cua-agent[all]"
# Temporary fix for mlx-vlm, see https://github.com/Blaizzy/mlx-vlm/pull/349