diff --git a/pyproject.toml b/pyproject.toml index 02019d6..ba0605d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ [project.optional-dependencies] # SX1262/SPI support (Linux only; required for Raspberry Pi HATs) hardware = [ - "openhop_core[hardware] @ git+https://github.com/rightup/openhop-core.git@dev", + "openhop_core[hardware]", ] # RRD metrics (Performance Metrics chart); system librrd required (e.g. apt install rrdtool) rrd = [