forked from 626_privacy/tensorflow_privacy
Update the version of some dependencies in tensorflow_privacy
.
* `attrs` to `>=21.4`. * `dp-accounting` to `>=0.4.3`. PiperOrigin-RevId: 566758983
This commit is contained in:
parent
e20c92243a
commit
97aaf302eb
2 changed files with 4 additions and 4 deletions
|
@ -21,9 +21,9 @@
|
|||
# `~=x.0`.
|
||||
|
||||
absl-py>=1.0,==1.*
|
||||
attrs~=21.4
|
||||
attrs>=21.4
|
||||
dm-tree==0.1.8
|
||||
dp-accounting==0.4.2
|
||||
dp-accounting==0.4.3
|
||||
immutabledict~=2.2
|
||||
matplotlib~=3.3
|
||||
mpmath~=1.2
|
||||
|
|
4
setup.py
4
setup.py
|
@ -28,9 +28,9 @@ setup(
|
|||
license='Apache-2.0',
|
||||
install_requires=[
|
||||
'absl-py>=1.0,==1.*',
|
||||
'attrs~=21.4',
|
||||
'attrs>=21.4',
|
||||
'dm-tree==0.1.8',
|
||||
'dp-accounting==0.4.2',
|
||||
'dp-accounting==0.4.3',
|
||||
'immutabledict~=2.2',
|
||||
'matplotlib~=3.3',
|
||||
'numpy~=1.21',
|
||||
|
|
Loading…
Reference in a new issue