Skip to content

Conversation

@ddupont808
Copy link
Contributor

This PR changes the computer-server dependencies to have the platform specific dependencies listed as primary dependencies. Previously, they were listed as optional dependencies.

Before:

pip install cua-computer-server
pip install cua-computer-server[windows]
pip install cua-computer-server[mac]
pip install cua-computer-server[linux]

After:

pip install cua-computer-server # Now installs correct dependencies depending on your sys_platform

@ddupont808 ddupont808 merged commit 8501eb7 into main Oct 24, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants