OmniParser icon indicating copy to clipboard operation
OmniParser copied to clipboard

Pin all dependencies in requirements.txt to fix broken environment

Open malto101 opened this issue 3 months ago • 3 comments

Previously, the dependencies in requirements.txt were not fully pinned to specific versions, which caused environment inconsistencies and breakages during setup. This PR updates requirements.txt to explicitly pin all dependencies to tested versions, ensuring reproducible installs and resolving issues with broken or incompatible packages.

I have currently pinned it quite specific. let me know if you like it to be a bit relaxed

malto101 avatar Sep 04 '25 06:09 malto101

@microsoft-github-policy-service agree company="Mozark"

malto101 avatar Sep 04 '25 06:09 malto101

Hi, just wanted to thank for your version pins. I created a fork using your pins (changing one dependency) and added uv support. https://github.com/erayyap/OmniParser

erayyap avatar Sep 05 '25 21:09 erayyap

Hi, just wanted to thank for your version pins. I created a fork using your pins (changing one dependency) and added uv support. https://github.com/erayyap/OmniParser

yours changes are quite good, especially the support for cpu and gpu (small but totally needed)

malto101 avatar Sep 06 '25 04:09 malto101