mirror of
https://github.com/trycua/lume.git
synced 2025-12-31 17:39:55 -06:00
hud-python is an external package that isn't published to PyPI yet, which was blocking installation of cua-agent[all]. This change: - Removes hud-python==0.4.52 from the [all] extra dependencies - Keeps the separate [hud] extra for users who have access to hud-python - Allows pip install cua-agent[all] to work without dependency errors The hud functionality remains available as an opt-in extra via: pip install cua-agent[hud] 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>