From 71595c922650790fa31beaa4cd6809228189c8a2 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Fri, 24 Apr 2026 16:13:17 +0100 Subject: [PATCH] Update pymc_core dependency to version 1.0.10 and correct installation messages to reflect PyPI source --- manage.sh | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manage.sh b/manage.sh index 6659397..aa8dcde 100755 --- a/manage.sh +++ b/manage.sh @@ -520,7 +520,7 @@ UPGRADEEOF clear echo "=== Installing Python Dependencies ===" echo "" - echo "Installing pymc_repeater and dependencies (including pymc_core from GitHub)..." + echo "Installing pymc_repeater and dependencies (including pymc_core from PyPI)..." echo "This may take a few minutes..." echo "" @@ -921,7 +921,7 @@ UPGRADEEOF echo "=== Installing Python Dependencies ===" echo "" - echo "Updating pymc_repeater and dependencies (including pymc_core from GitHub)..." + echo "Updating pymc_repeater and dependencies (including pymc_core from PyPI)..." echo "This may take a few minutes..." echo "" diff --git a/pyproject.toml b/pyproject.toml index 041c9fe..98d02a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"] dependencies = [ - "pymc_core[hardware]@git+https://github.com/rightup/pyMC_core.git@dev", + "pymc_core[hardware]==1.0.10", "pyyaml>=6.0.0", "cherrypy>=18.0.0", "paho-mqtt>=1.6.0",