bump back py ver to 3.10 for DADDY

This commit is contained in:
Prohurtz 2023-03-17 10:45:01 -05:00
parent 55f12c56c5
commit 5e2a2635f2

View File

@ -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"