Skip to content

Commit fe41e8f

Browse files
authored
Merge pull request #141 from fastlabel/fix-install-error
fix: resolve version conflicts between numpy and opencv-python dependency
2 parents 6ba480b + 227d8c0 commit fe41e8f

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
@@ -1,6 +1,6 @@
11
requests==2.25.1
2-
numpy==1.20.2
2+
numpy>=1.21.2
33
geojson==2.5.0
44
xmltodict==0.12.0
55
Pillow==9.0.1
6-
opencv-python==4.5.3.56
6+
opencv-python==4.7.0.72

0 commit comments

Comments
 (0)