We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2898f86 + 7ee4dcd commit 78b2ab0Copy full SHA for 78b2ab0
1 file changed
pyproject.toml
@@ -87,7 +87,7 @@ dynamic = ["version"]
87
requires-python = ">=3.9"
88
dependencies = [
89
"pyserial >=3,<4",
90
- "april_vision==2.2.0",
+ "april_vision==3.0.0",
91
"typing-extensions; python_version<'3.10'",
92
"python-dotenv==1.0.1",
93
]
@@ -116,7 +116,7 @@ dev = [
116
"pytest-cov",
117
"paho-mqtt >=2,<3"
118
119
-vision = ["opencv-python-headless >=4,<5"]
+vision = ["opencv-python-headless >=4.10,<5"]
120
mqtt = ["paho-mqtt >=2,<3"]
121
122
# ### Tasks ###
0 commit comments