feat: Add HR data visualization and CSV conversion scripts

This commit is contained in:
2025-06-10 17:09:14 +08:00
parent 884a575d7d
commit 1d1170f19c
10 changed files with 1323 additions and 38 deletions

View File

@ -5,14 +5,18 @@ description = "python scripts for testing embedded system"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiomqtt>=2.4.0",
"anyio>=4.9.0",
"awkward>=2.8.3",
"betterproto[compiler]>=2.0.0b7",
"bleak>=0.22.3",
"grpcio-tools>=1.71.0",
"loguru>=0.7.3",
"matplotlib>=3.10.3",
"paho-mqtt>=2.1.0",
"plotly>=6.1.2",
"pydantic>=2.11.5",
"seaborn>=0.13.2",
"streamlit>=1.45.1",
]