From a07e50ac1d1ed400afdaa76eceafeb14a277c06f Mon Sep 17 00:00:00 2001 From: Thomas Nixon Date: Tue, 27 Jun 2023 12:41:44 +0100 Subject: [PATCH] update attrs requirement to at least 22.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4249e44..4c5ca0b 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ install_requires=[ 'numpy~=1.14', 'scipy~=1.0', - 'attrs>=19.3,<22', + 'attrs>=22.2', 'PyYAML~=6.0', 'lxml~=4.4', 'six~=1.11',