From 012f1394cb94888960bf7c0a97d3d4312ca197f0 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Mon, 20 Oct 2025 06:23:13 -0700 Subject: [PATCH] Remove pylume from pyproject --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 874d9ed2..61a247f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,6 @@ dev = [ "-e computer-server @ file:///${PROJECT_ROOT}/libs/python/computer-server", "-e cua-som @ file:///${PROJECT_ROOT}/libs/python/som", "-e mcp-server @ file:///${PROJECT_ROOT}/libs/python/mcp-server", - "-e pylume @ file:///${PROJECT_ROOT}/libs/python/pylume", "black>=23.0.0", "ipykernel>=6.29.5", "jedi>=0.19.2",