OmniParser icon indicating copy to clipboard operation
OmniParser copied to clipboard

Remove unused packages

Open gunesacar opened this issue 3 months ago • 0 comments

The following three lines can be removed.

https://github.com/microsoft/OmniParser/blob/a14c4010ebd91aae83a240badadc9e5721aaf0c8/utils.py#L11 https://github.com/microsoft/OmniParser/blob/a14c4010ebd91aae83a240badadc9e5721aaf0c8/requirements.txt#L5 https://github.com/microsoft/OmniParser/blob/a14c4010ebd91aae83a240badadc9e5721aaf0c8/requirements.txt#L8

azure-identity and openai are listed in requirements.txt, but they are not actually used in the code. AzureOpenAI is imported from openai, but it's never used.

gunesacar avatar Nov 15 '24 17:11 gunesacar