aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 383e156..b48e0f8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,8 +30,8 @@ classifiers=[
"Operating System :: OS Independent"
]
dependencies = [
- "opencv-python>=4.7.0",
- "opencv-contrib-python>=4.7.0",
+ "opencv-python>=4.10.0",
+ "opencv-contrib-python>=4.10.0",
"numpy",
"pandas",
"av",