From 1c15f0ff34e7ceecd1c6d20a2531891da3de14c3 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Thu, 8 Jan 2026 13:58:08 +0000 Subject: [PATCH] fix: Update pymc_core dependency to use specific git repository --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6d8291..9c82445 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"] dependencies = [ - "pymc_core[hardware]", + "pymc_core[hardware] @ git+https://github.com/rightup/pyMC_core.git@dev", "pyyaml>=6.0.0", "cherrypy>=18.0.0", "paho-mqtt>=1.6.0",