From 8f7af63a525c10eed24ece9392232f67c50c39ea Mon Sep 17 00:00:00 2001 From: David van der Spek Date: Wed, 20 Sep 2023 17:24:19 +0200 Subject: [PATCH] fix: bump range for attrs Signed-off-by: David van der Spek --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b339a85fa4..4a6bb64a76 100644 --- a/setup.py +++ b/setup.py @@ -307,7 +307,7 @@ def select_constraint(default, nightly=None, git_master=None): 'rouge-score>=0.1.2,<2', 'scipy>=1.4.1,<2', 'six>=1.12,<2', - 'attrs>=19.3.0,<22', + 'attrs>=19.3.0,<23', 'tensorflow>=2.13,<3', 'tensorflow-metadata' + select_constraint(