From f792b20bcfded892a18500ada0f96aeb6f2ea1b3 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Fri, 6 Mar 2026 14:24:46 +0000 Subject: [PATCH] Update pymc_core dependency to include hardware support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 767502b..adf8a5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"] dependencies = [ - "pymc_core", + "pymc_core[hardware] @ git+https://github.com/rightup/pyMC_core.git@feat/companion", "pyyaml>=6.0.0", "cherrypy>=18.0.0", "paho-mqtt>=1.6.0",