Skip to content

Commit

Permalink
set nicegui version to lowest possible version
Browse files Browse the repository at this point in the history
  • Loading branch information
codingpaula committed Jan 24, 2025
1 parent 4f06a9c commit 9847793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9847793

Please sign in to comment.