Update pymc_core dependency to version 1.0.10 and correct installation messages to reflect PyPI source

This commit is contained in:
Lloyd
2026-04-24 16:13:17 +01:00
parent fd7ead3697
commit 71595c9226
2 changed files with 3 additions and 3 deletions

View File

@@ -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 ""

View File

@@ -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",