This commit is contained in:
q
2025-06-25 20:19:08 +03:00
parent 233a0292d6
commit 829d8295df
3 changed files with 141 additions and 2 deletions

View File

@@ -22,5 +22,5 @@ setup(
"tsmark=tsmark:main",
],
},
install_requires=["opencv-python>=4.5.0", "scipy"],
install_requires=["opencv-python>=4.5.0","opencv-contrib-python>=4.5.0", "scipy"],
)