fix: update pymc_core dependency to point to dev branch

This commit is contained in:
Lloyd
2026-03-27 22:35:31 +00:00
parent a92708f9d5
commit d83d3e07aa

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@feat/companion",
"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",