Skip to content

Commit fb37c0c

Browse files
authored
[Fix] Fix the version of opencv-python <= 4.6.0
Fix the version of opencv-python <= 4.6.0
1 parent 80d269c commit fb37c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pyyaml >= 5.1
22
visualdl >= 2.2.0
3-
opencv-python
3+
opencv-python <= 4.6.0
44
tqdm
55
filelock
66
scipy

0 commit comments

Comments
 (0)