Skip to content

Commit

Permalink
use headless opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasNeugebauer committed Dec 12, 2024
1 parent 42bcdae commit 66252cb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ keywords = ["robot", "framework", "automation", "control", "steer"]
python = ">=3.10, <3.13"
nicegui = ">=2.5.0"
pyserial = "^3.5"
numpy = ">=1.20.1,<2.0.0"
numpy = ">=1.20.1,<2.0.0" # required by opencv-python < 4.9.0
scipy = "^1.7.2"
opencv-python = "4.9.0.80"
opencv-contrib-python-headless = "4.9.0.80"
opencv-python-headless = "4.9.0.80"
opencv-contrib-python-headless = "4.9.0.80" # 4.10 currently does not support the omnidir module properly
psutil = "^5.9.0"
networkx = "^2.6.2"
tabulate = "^0.8.9"
Expand Down

0 comments on commit 66252cb

Please sign in to comment.