Add direct absl-py
dependency.
PiperOrigin-RevId: 427914169
This commit is contained in:
parent
cd38172f35
commit
d1e045ed88
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
absl-py~=1.0.0
|
||||||
attrs>=21.2.0
|
attrs>=21.2.0
|
||||||
dm-tree~=0.1.1
|
dm-tree~=0.1.1
|
||||||
mpmath
|
mpmath
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -27,6 +27,7 @@ setup(
|
||||||
url='https://github.com/tensorflow/privacy',
|
url='https://github.com/tensorflow/privacy',
|
||||||
license='Apache-2.0',
|
license='Apache-2.0',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
'absl-py~=1.0.0',
|
||||||
'attrs>=21.2.0',
|
'attrs>=21.2.0',
|
||||||
'dm-tree~=0.1.1',
|
'dm-tree~=0.1.1',
|
||||||
'scipy>=0.17',
|
'scipy>=0.17',
|
||||||
|
|
Loading…
Reference in a new issue