add heatmap chat

This commit is contained in:
Lloyd
2025-11-01 22:41:26 +00:00
parent 24514543c2
commit 6a7dca0bca
5 changed files with 1111 additions and 263 deletions

View File

@@ -29,14 +29,16 @@ classifiers = [
keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"]
dependencies = [
"pymc_core[hardware]>=1.0.2",
"pymc_core[hardware] @ git+https://github.com/rightup/pyMC_core.git@feat/cad",
"pyyaml>=6.0.0",
"cherrypy>=18.0.0",
]
[project.optional-dependencies]
dev = [
"pytest>=7.4.0",