From 8631703b1263b57026daddf386b3f377512caaad Mon Sep 17 00:00:00 2001 From: Lloyd Date: Sun, 2 Nov 2025 23:15:25 +0000 Subject: [PATCH] Update pyproject.toml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80e2f62..8044bd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"] dependencies = [ - "pymc_core[hardware]>=1.0.3, + "pymc_core[hardware]>=1.0.3", "pyyaml>=6.0.0", "cherrypy>=18.0.0", ]