aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo de la Hogue2024-07-15 09:43:27 +0200
committerThéo de la Hogue2024-07-15 09:43:27 +0200
commit9b26d80f806f0718c9fd0ecc6a5b2f24252c28dd (patch)
tree05637418e5f617238ed5553b6d9f16154812f32e
parent8b552b5eb94ddb0491b17ec9c88a4c7c45fdc7c2 (diff)
downloadargaze-9b26d80f806f0718c9fd0ecc6a5b2f24252c28dd.zip
argaze-9b26d80f806f0718c9fd0ecc6a5b2f24252c28dd.tar.gz
argaze-9b26d80f806f0718c9fd0ecc6a5b2f24252c28dd.tar.bz2
argaze-9b26d80f806f0718c9fd0ecc6a5b2f24252c28dd.tar.xz
Changing opencv dependencies version.
-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",