diff --git a/pyproject.toml b/pyproject.toml index d69297e..5792b4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "EyeTrackVR" -version = "0.1.7.2" +version = "0.2" description = "Opensource, affordable VR eye tracker for VRChat" authors = ["RedHawk989"] license = "MIT" repository = "https://github.com/RedHawk989/EyeTrackVR" [tool.poetry.dependencies] -python = "~3.11.0" +python = "~3.10.0" python-osc = "^1.8.0" opencv-python = "^4.6.0.66" numpy = "~1.23.5"