From 0c410bffdf90e20f6ea392e75f0946ab9facf539 Mon Sep 17 00:00:00 2001 From: f-trycua Date: Sun, 6 Apr 2025 18:49:37 -0700 Subject: [PATCH] Remove torch dependency --- libs/mcp-server/scripts/run_mcp_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/mcp-server/scripts/run_mcp_server.sh b/libs/mcp-server/scripts/run_mcp_server.sh index 3295e43a..6a5e4cf6 100755 --- a/libs/mcp-server/scripts/run_mcp_server.sh +++ b/libs/mcp-server/scripts/run_mcp_server.sh @@ -31,7 +31,7 @@ if [ ! -d "$VENV_DIR" ]; then pip install --upgrade pip # Install the required packages - pip install "cua-mcp-server" torch + pip install "cua-mcp-server" else # Activate existing virtual environment source "$VENV_DIR/bin/activate"