Pin all dependencies in requirements.txt to fix broken environment
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
@microsoft-github-policy-service agree company="Mozark"
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
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)