Skip to content

Commit 78b2ab0

Browse files
authored
Merge pull request #379 from sourcebots/april-vision-bump
Bump april-vision to 3.0.0
2 parents 2898f86 + 7ee4dcd commit 78b2ab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dynamic = ["version"]
8787
requires-python = ">=3.9"
8888
dependencies = [
8989
"pyserial >=3,<4",
90-
"april_vision==2.2.0",
90+
"april_vision==3.0.0",
9191
"typing-extensions; python_version<'3.10'",
9292
"python-dotenv==1.0.1",
9393
]
@@ -116,7 +116,7 @@ dev = [
116116
"pytest-cov",
117117
"paho-mqtt >=2,<3"
118118
]
119-
vision = ["opencv-python-headless >=4,<5"]
119+
vision = ["opencv-python-headless >=4.10,<5"]
120120
mqtt = ["paho-mqtt >=2,<3"]
121121

122122
# ### Tasks ###

0 commit comments

Comments
 (0)