From adce0fdfc074b4e702dea1b4cdf77cb8e3c0693a Mon Sep 17 00:00:00 2001 From: Michael Reneer Date: Fri, 17 Jun 2022 11:08:55 -0700 Subject: [PATCH] Update TFPs `attrs` dependency to version `21.4.0`. PiperOrigin-RevId: 455655859 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2bf9202..64cdb1d 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( license='Apache-2.0', install_requires=[ 'absl-py~=1.0.0', - 'attrs~=21.2.0', + 'attrs~=21.4.0', 'dm-tree~=0.1.1', 'matplotlib~=3.3.4', 'numpy~=1.21.5',