From ea994a8e2c2ae7fc2f4c4e0b43a4c69638a08afb Mon Sep 17 00:00:00 2001 From: knmcguire Date: Wed, 22 Feb 2023 10:07:36 +0100 Subject: [PATCH] update cflib to 0.1.22 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 69f3bb39..0e7493d3 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ def relative(lst, base=''): ], }, - install_requires=['cflib>=0.1.21', + install_requires=['cflib>=0.1.22', 'appdirs~=1.4.0', 'pyzmq~=22.3', 'pyqtgraph~=0.11',