From 91f0caf9d908ef95baaf2a54b20779cdb57a022c Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 6 Aug 2024 21:52:32 -0400 Subject: [PATCH] Use PyQt6 now instead of PyQt5 --- requirements-full.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-full.txt b/requirements-full.txt index a127fc1..8b4a3d4 100644 --- a/requirements-full.txt +++ b/requirements-full.txt @@ -1,5 +1,5 @@ PyYAML # Used for admin-tools/make-tables.sh to build JSON tables -PyQT5 # For interactive display of graphs via matplotlib +PyQT6 # For interactive display of graphs via matplotlib cairosvg # For rendering Plots and Graphs as SVGs via matplotlib cson # for xasy matplotlib # For rendering SVG plots