Skip to content

Commit 5c30b4f

Browse files
replace opencv-python package by opencv-python-headless package
1 parent 2fd0271 commit 5c30b4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"numpy",
8383
"filelock",
8484
"importlib_metadata",
85-
"opencv-python",
85+
"opencv-python-headless",
8686
"scipy",
8787
"huggingface_hub",
8888
"einops",
@@ -168,7 +168,7 @@ def run(self):
168168
deps["importlib_metadata"],
169169
deps["huggingface_hub"],
170170
deps["scipy"],
171-
deps["opencv-python"],
171+
deps["opencv-python-headless"],
172172
deps["filelock"],
173173
deps["numpy"],
174174
deps["Pillow"],

0 commit comments

Comments
 (0)