Remove torch dependency

This commit is contained in:
f-trycua
2025-04-06 18:49:37 -07:00
parent d903aecf07
commit 0c410bffdf

View File

@@ -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"