antoinelame / GazeTracking

👀 Eye Tracking library easily implementable to your projects
MIT License
2.04k stars 536 forks source link

updated requirements.txt to work with Python 3.12 #88

Closed MrMallik closed 4 months ago

MrMallik commented 4 months ago

App will not be runnable on Python 3.12 and above. Made changes so that it will be runnable.

From Python 3.12 disutils was removed (here) disutils was used for install requirements. From python 3.12 they started using setuptools.

All I did was replace the requirements.txt and bumped up the versions.

antoinelame commented 4 months ago

Thank you!