Files
frigate/docker/main/requirements-wheels.txt
T

86 lines
2.0 KiB
Plaintext
Raw Normal View History

2025-02-10 09:38:56 -06:00
aiofiles == 24.1.*
click == 8.1.*
2024-09-24 14:05:30 +01:00
# FastAPI
2025-08-19 10:08:34 -06:00
aiohttp == 3.12.*
starlette == 0.47.*
starlette-context == 0.4.*
fastapi[standard-no-fastapi-cloud-cli] == 0.116.*
uvicorn == 0.35.*
2024-10-24 07:48:14 -06:00
slowapi == 0.1.*
2025-08-19 10:08:34 -06:00
joserfc == 1.2.*
cryptography == 44.0.*
pathvalidate == 3.3.*
markupsafe == 3.0.*
python-multipart == 0.0.26
# Classification Model Training
tensorflow == 2.19.* ; platform_machine == 'aarch64'
tensorflow-cpu == 2.19.* ; platform_machine == 'x86_64'
2024-10-22 16:05:48 -06:00
# General
2023-10-21 11:53:21 -04:00
mypy == 1.6.1
2025-08-19 10:08:34 -06:00
onvif-zeep-async == 4.0.*
2024-05-22 08:41:43 -06:00
paho-mqtt == 2.1.*
pandas == 2.2.*
2023-10-21 11:53:21 -04:00
peewee == 3.17.*
2025-12-13 15:13:04 +01:00
peewee_migrate == 1.14.*
2025-09-19 05:02:02 -06:00
psutil == 7.1.*
2025-03-07 06:54:53 -07:00
pydantic == 2.10.*
2023-05-05 02:02:01 +03:00
git+https://github.com/fbcotter/py3nvml#egg=py3nvml
2025-03-07 06:54:53 -07:00
pytz == 2025.*
2024-08-29 08:15:06 -06:00
pyzmq == 26.2.*
2023-11-02 13:36:49 +00:00
ruamel.yaml == 0.18.*
tzlocal == 5.2
2024-05-22 08:41:43 -06:00
requests == 2.32.*
types-requests == 2.32.*
2025-08-19 10:08:34 -06:00
norfair == 2.3.*
2022-12-30 16:43:32 -06:00
setproctitle == 1.3.*
ws4py == 0.5.*
unidecode == 1.3.*
2025-05-17 17:11:19 -05:00
titlecase == 2.4.*
# Image Manipulation
numpy == 1.26.*
2025-03-07 06:54:53 -07:00
opencv-python-headless == 4.11.0.*
opencv-contrib-python == 4.11.0.*
2025-09-19 05:02:02 -06:00
scipy == 1.16.*
2024-10-09 19:46:31 -06:00
# OpenVino & ONNX
openvino == 2025.4.*
2025-09-15 07:35:49 -06:00
onnxruntime == 1.22.*
2024-06-21 17:30:19 -04:00
# Embeddings
transformers == 4.45.*
2024-06-21 17:30:19 -04:00
# Generative AI
2026-01-15 07:08:49 -07:00
google-genai == 1.58.*
2026-01-07 17:29:19 -06:00
ollama == 0.6.*
2025-03-07 06:54:53 -07:00
openai == 1.65.*
# push notifications
py-vapid == 1.9.*
pywebpush == 2.0.*
# alpr
pyclipper == 1.3.*
shapely == 2.0.*
2025-11-03 13:11:02 -07:00
rapidfuzz==3.12.*
# HailoRT Wheels
appdirs==1.4.*
argcomplete==2.0.*
contextlib2==0.6.*
distlib==0.3.*
filelock==3.8.*
future==0.18.*
importlib-metadata==5.1.*
importlib-resources==5.1.*
netaddr==0.8.*
netifaces==0.10.*
verboselogs==1.7.*
virtualenv==20.17.*
2025-02-18 15:38:07 +01:00
prometheus-client == 0.21.*
# TFLite
2025-02-20 17:50:50 -07:00
tflite_runtime @ https://github.com/frigate-nvr/TFlite-builds/releases/download/v2.17.1/tflite_runtime-2.17.1-cp311-cp311-linux_x86_64.whl; platform_machine == 'x86_64'
2025-02-18 15:38:07 +01:00
tflite_runtime @ https://github.com/feranick/TFlite-builds/releases/download/v2.17.1/tflite_runtime-2.17.1-cp311-cp311-linux_aarch64.whl; platform_machine == 'aarch64'
2025-05-27 10:26:00 -05:00
# audio transcription
sherpa-onnx==1.12.*
faster-whisper==1.1.*
librosa==0.11.*
2025-08-26 15:38:34 -07:00
soundfile==0.13.*
# DeGirum detector
degirum == 0.16.*
# Memory profiling
memray == 1.15.*