fix: update pymc_core dependency to use git repository for development version

This commit is contained in:
Lloyd
2025-11-22 22:40:40 +00:00
parent e7d4c63021
commit 3c2351f2b3

View File

@@ -31,7 +31,7 @@ keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"]
dependencies = [
"pymc_core[hardware]>=1.0.5",
"pymc_core[hardware] @ git+https://github.com/rightup/pyMC_core.git@dev",
"pyyaml>=6.0.0",
"cherrypy>=18.0.0",
"rrdtool>=0.1.16",
@@ -40,7 +40,6 @@ dependencies = [
[project.optional-dependencies]
dev = [
"pytest>=7.4.0",