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:
Michael Reneer 2023-09-19 15:22:07 -07:00 committed by A. Unique TensorFlower
parent e20c92243a
commit 97aaf302eb
2 changed files with 4 additions and 4 deletions

View file

@ -21,9 +21,9 @@
# `~=x.0`. # `~=x.0`.
absl-py>=1.0,==1.* absl-py>=1.0,==1.*
attrs~=21.4 attrs>=21.4
dm-tree==0.1.8 dm-tree==0.1.8
dp-accounting==0.4.2 dp-accounting==0.4.3
immutabledict~=2.2 immutabledict~=2.2
matplotlib~=3.3 matplotlib~=3.3
mpmath~=1.2 mpmath~=1.2

View file

@ -28,9 +28,9 @@ setup(
license='Apache-2.0', license='Apache-2.0',
install_requires=[ install_requires=[
'absl-py>=1.0,==1.*', 'absl-py>=1.0,==1.*',
'attrs~=21.4', 'attrs>=21.4',
'dm-tree==0.1.8', 'dm-tree==0.1.8',
'dp-accounting==0.4.2', 'dp-accounting==0.4.3',
'immutabledict~=2.2', 'immutabledict~=2.2',
'matplotlib~=3.3', 'matplotlib~=3.3',
'numpy~=1.21', 'numpy~=1.21',