Increments dp-accounting version in requirements

PiperOrigin-RevId: 633341323
This commit is contained in:
Arun Ganesh 2024-05-13 14:56:54 -07:00 committed by A. Unique TensorFlower
parent 8b3d8e132f
commit 3e42ce318f
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
absl-py>=1.0,==1.* absl-py>=1.0,==1.*
dm-tree==0.1.8 dm-tree==0.1.8
dp-accounting==0.4.3 dp-accounting==0.4.4
immutabledict~=2.2 immutabledict~=2.2
matplotlib~=3.3 matplotlib~=3.3
numpy~=1.21 numpy~=1.21

View file

@ -37,7 +37,7 @@ setuptools.setup(
install_requires=[ install_requires=[
'absl-py>=1.0,==1.*', 'absl-py>=1.0,==1.*',
'dm-tree==0.1.8', 'dm-tree==0.1.8',
'dp-accounting==0.4.3', 'dp-accounting==0.4.4',
'numpy~=1.21', 'numpy~=1.21',
'packaging~=22.0', 'packaging~=22.0',
'scikit-learn>=1.0,==1.*', 'scikit-learn>=1.0,==1.*',