From e8e35a054db05d2c32665e9d8667914fb098d6ce Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Wed, 10 Jul 2024 16:22:34 -0400 Subject: [PATCH] Drop hard dependency on gpiod==1.5.4 (#74) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a019eff..eebb4f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "zigpy", "crc", "bellows~=0.39.0", - 'gpiod==1.5.4; platform_system=="Linux"', + 'gpiod; platform_system=="Linux"', "coloredlogs", "async_timeout", "typing_extensions",