antoinelame / GazeTracking

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

Dependency conflicts #71

Open mr-shiven opened 2 years ago

mr-shiven commented 2 years ago

The requirement.py file installs numpy version 1.16.1 whereas the opencv-python 4.2.0.32 depends on numpy>=1.17.3.

Hence after issue#65 resolution, the numpy version must also be upgraded.