mirror of
https://github.com/ck-zhang/EyePy.git
synced 2026-04-30 14:30:21 -05:00
15 lines
336 B
TOML
15 lines
336 B
TOML
[project]
|
|
name = "eyepy"
|
|
version = "0.1.0"
|
|
description = "EyePy is an eye tracking library easily implementable in your projects"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"mediapipe>=0.10.21",
|
|
"numpy>=1.26.4",
|
|
"opencv-python>=4.11.0.86",
|
|
"pyvirtualcam>=0.12.1",
|
|
"scikit-learn>=1.6.1",
|
|
"tk>=0.1.0",
|
|
]
|