From 23e2fe62ab8b787b67debe959c2a7c4dc8ed039d Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Thu, 22 May 2025 17:06:38 -0400 Subject: [PATCH] Added Cmake dep to playground.sh --- scripts/playground.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/playground.sh b/scripts/playground.sh index f4fce07b..c3f33501 100755 --- a/scripts/playground.sh +++ b/scripts/playground.sh @@ -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