Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion camera-ui-audio-yamnet/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ai-edge-litert==2.1.6
numpy==2.4.6
numpy==2.5.1
camera-ui-sdk==1.0.100
aiohttp==3.14.1
2 changes: 1 addition & 1 deletion camera-ui-coral/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ai-edge-litert==2.1.6
camera-ui-sdk==1.0.100
camera-ui-ml==1.2.2
numpy==2.4.6
numpy==2.5.1
Pillow==12.3.0
aiohttp==3.14.1
2 changes: 1 addition & 1 deletion camera-ui-coreml/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coremltools==9.0
camera-ui-sdk==1.0.100
camera-ui-ml==1.2.2
numpy==2.4.6
numpy==2.5.1
Pillow==12.3.0
aiohttp==3.14.1
transformers==5.13.0
2 changes: 1 addition & 1 deletion camera-ui-hailo/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ hailort @ https://github.com/frigate-nvr/hailort/releases/download/v4.21.0/hailo
hailort @ https://github.com/frigate-nvr/hailort/releases/download/v4.21.0/hailort-4.21.0-cp311-cp311-linux_x86_64.whl ; platform_machine=="x86_64" and python_version=="3.11"
camera-ui-sdk==1.0.100
camera-ui-ml==1.2.2
numpy==2.4.6
numpy==2.5.1
Pillow==12.3.0
aiohttp==3.14.1
2 changes: 1 addition & 1 deletion camera-ui-ncnn/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ncnn==1.0.20260526
camera-ui-sdk==1.0.100
camera-ui-ml==1.2.2
numpy==2.4.6
numpy==2.5.1
Pillow==12.3.0
aiohttp==3.14.1
2 changes: 1 addition & 1 deletion camera-ui-onnx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ onnxruntime-gpu==1.26.0; sys_platform != "darwin" and platform_machine != "aarch
onnxruntime==1.27.0
camera-ui-sdk==1.0.100
camera-ui-ml==1.2.2
numpy==2.4.6
numpy==2.5.1
Pillow==12.3.0
aiohttp==3.14.1
transformers==5.13.0
2 changes: 1 addition & 1 deletion camera-ui-opencl/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==2.4.6
numpy==2.5.1
opencv-python-headless==5.0.0.93
camera-ui-sdk==1.0.100
pyopencl==2026.1.2
Expand Down
2 changes: 1 addition & 1 deletion camera-ui-opencv/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy==2.4.6
numpy==2.5.1
opencv-python-headless==5.0.0.93
camera-ui-sdk==1.0.100
2 changes: 1 addition & 1 deletion camera-ui-openvino/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openvino==2026.2.1
camera-ui-sdk==1.0.100
camera-ui-ml==1.2.2
numpy==2.4.6
numpy==2.5.1
Pillow==12.3.0
aiohttp==3.14.1
transformers==5.13.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ camera-ui-common==1.0.19
nats-py==2.15.0
deepdiff==9.1.0
mypy==2.1.0
numpy==2.4.6
numpy==2.5.1
lmdbm==0.0.6
lmdb==2.2.1
typing-extensions==4.16.0
Expand Down
Loading