From 6f6e984d9de2005bd98e19e45a8f2991799da43f Mon Sep 17 00:00:00 2001 From: Lloyd Date: Wed, 24 Jun 2026 23:38:57 +0100 Subject: [PATCH] refactor: simplify hardware dependency in optional dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [