diff --git a/pyproject.toml b/pyproject.toml index 4cf0f6cf..c8576254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ keywords = ["robot", "framework", "automation", "control", "steer"] [tool.poetry.dependencies] python = ">=3.10, <3.13" -nicegui = ">=2.10.1" +nicegui = ">=2.0.0" pyserial = "^3.5" numpy = ">=1.20.1,<2.0.0" # required by opencv-python < 4.9.0 scipy = "^1.7.2"