From e8856835a6a76f2806c107a7b96e1b98fd23a3c5 Mon Sep 17 00:00:00 2001 From: Galen Andrew Date: Wed, 4 Sep 2024 12:41:30 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 671064874 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3ea8034..5de0705 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setuptools.setup( install_requires=[ 'absl-py>=1.0,==1.*', 'dm-tree==0.1.8', - 'dp-accounting==0.4.4', + 'dp-accounting==0.4.4', # TODO(b/364653784) 'numpy~=1.21', 'packaging~=22.0', 'scikit-learn>=1.0,==1.*',