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