From f645d265fc9638d60f8d9078edff2a5af5cd5c96 Mon Sep 17 00:00:00 2001 From: Tyler Porter Date: Mon, 20 May 2024 01:08:49 -0400 Subject: [PATCH] Remove RGBME explicit requirement, pin RGBMD --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 43270cc5..9563fd9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,5 @@ feedparser==6.0.10 MLB_StatsAPI>=1.6.1 Pillow>=10.0.1 pyowm==3.3.0 -RGBMatrixDriver -RGBMatrixEmulator>=0.8.4 +RGBMatrixDriver>=0.1.0 tzlocal==4.2