Update pyproject.toml to require pymc_core version 1.0.5

This commit is contained in:
Lloyd
2025-11-15 00:17:42 +00:00
parent a179d36018
commit 0c05988e7d
5 changed files with 473 additions and 298 deletions

View File

@@ -31,7 +31,7 @@ keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"]
dependencies = [
"pymc_core[hardware]>=1.0.4",
"pymc_core[hardware]>=1.0.5",
"pyyaml>=6.0.0",
"cherrypy>=18.0.0",
]