OthersideAI / self-operating-computer

A framework to enable multimodal models to operate a computer.
https://www.hyperwriteai.com/self-operating-computer
MIT License
8.21k stars 1.09k forks source link

[Urgent] Fix requirements issue #162

Closed michaelhhogue closed 4 months ago

michaelhhogue commented 4 months ago

What does this PR do?

152 added a bunch of unnecessary requirements to requirements.txt. This included a requirement for pyobjc. With this requirement, pip install fails on Linux and Windows.

Type of change

mjspeck commented 4 months ago

Related: #157