ck-zhang / EyePy

EyePy is an eye tracking library easily implementable in your projcets
MIT License
26 stars 3 forks source link

tip: migrate to uv instead of pip install #6

Open willwade opened 2 hours ago

willwade commented 2 hours ago

I reckon if you keep working on this your dependencies - particularly with mediapipe are going to be hell to manage. Look at migrating your dev setup to uv https://github.com/astral-sh/uv :)

ck-zhang commented 2 hours ago

Good tip, but any reasons why mediapipe would be hard to manage?

willwade commented 2 hours ago

well not mediapipe per se I guess - just once you start adding other dependencies we've found headaches come with py versions etc - particularly cross platform (NB: UV is a dream. try it - you don't lose any of your regular requirements.txt stuff if you want it)