diff --git a/pyproject.toml b/pyproject.toml index 15d0f3b..20bc5ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",