mirror of
https://github.com/trycua/computer.git
synced 2026-01-04 20:40:15 -06:00
Remove torch dependency
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user