Update dependencies in pyproject.toml to use development version of pymc_core

This commit is contained in:
Lloyd
2025-10-26 23:28:38 +00:00
parent 97256eb132
commit 42aec4f74b
+13 -1
View File
@@ -27,12 +27,24 @@ classifiers = [
"Topic :: System :: Networking",
]
keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"]
#dependencies = [
# "pymc_core[hardware]>=1.0.1",
# "pyyaml>=6.0.0",
# "cherrypy>=18.0.0",
#]
dependencies = [
"pymc_core[hardware]>=1.0.1",
"pymc_core[hardware] @ git+https://github.com/rightup/pyMC_core.git@dev",
"pyyaml>=6.0.0",
"cherrypy>=18.0.0",
]
[project.optional-dependencies]
dev = [
"pytest>=7.4.0",