Add direct absl-py dependency.

PiperOrigin-RevId: 427914169
This commit is contained in:
Michael Reneer 2022-02-10 21:03:11 -08:00 committed by A. Unique TensorFlower
parent cd38172f35
commit d1e045ed88
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
absl-py~=1.0.0
attrs>=21.2.0
dm-tree~=0.1.1
mpmath

View file

@ -27,6 +27,7 @@ setup(
url='https://github.com/tensorflow/privacy',
license='Apache-2.0',
install_requires=[
'absl-py~=1.0.0',
'attrs>=21.2.0',
'dm-tree~=0.1.1',
'scipy>=0.17',