Skip to content

Commit 3d6fb8a

Browse files
fix(deps): update dependency lapx to v0.5.11.post1
1 parent c2e96ca commit 3d6fb8a

File tree

4 files changed

+54
-55
lines changed

4 files changed

+54
-55
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"opencv-python==4.8.1.78", # Downgrade to match numpy requirements
1717
"numpy==1.23.5",
1818
"ultralytics==8.3.58",
19-
"lapx==0.5.11",
19+
"lapx==0.5.11.post1",
2020
"paho-mqtt==2.1.0",
2121
"scikit-image==0.21.0",
2222
"pytubefix>=6.5.2",

requirements.docker.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ typing-extensions==4.5.0 # Downgrade to support fastapi and ultralytics requirem
44
# Use opencv-python from base image
55
# Use numpy from base image
66
# Use ultralytics from base image
7-
lapx==0.5.11
7+
lapx==0.5.11.post1
88
paho-mqtt==2.1.0
99
scikit-image==0.21.0
1010
pytubefix>=6.5.2

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jinja2==3.1.5
4343
# via torch
4444
kiwisolver==1.4.7
4545
# via matplotlib
46-
lapx==0.5.11
46+
lapx==0.5.11.post1
4747
# via yolo-object-detection-cli (pyproject.toml)
4848
lazy-loader==0.4
4949
# via scikit-image

0 commit comments

Comments
 (0)