Skip to content

Commit 38e064d

Browse files
authored
Merge pull request #1064 from luxonis/dependency_fix
Fix pillow version due to security risk
2 parents d7c22d2 + 2fac833 commit 38e064d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Pillow==9.3.0
1+
Pillow==10.3.0
22
psutil==5.9.3
33
numpy>=1.21.4,<3 # For RPi Buster (last successful build) and macOS M1 (first build). But allow for higher versions, to support Python3.11 (not available in 1.21.4 yet). Likely won't work with numpy 3.x when it comes out.
44
opencv-contrib-python==4.5.5.62 # Last successful RPi build, also covers M1 with above pinned numpy (otherwise 4.6.0.62 would be required, but that has a bug with charuco boards). Python version not important, abi3 wheels

0 commit comments

Comments
 (0)