Skip to content

Commit 26f2861

Browse files
fix opencv version (#3657)
1 parent 324124c commit 26f2861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ numpy==1.24.4; python_version<"3.12"
1111
numpy==1.26.4; python_version>="3.12"
1212
matplotlib==3.5.2
1313
albumentations==1.4.10
14-
opencv-python==4.5.5.64
15-
opencv-python-headless==4.10.0.84
14+
opencv-python==4.5.5.64; platform_system == "Windows"
15+
opencv-python-headless==4.10.0.84; platform_system == "Windows"
1616
opencv-contrib-python==4.10.0.84
1717
chinese_calendar
1818
scikit-learn

0 commit comments

Comments
 (0)