diff --git a/requirements.txt b/requirements.txt index 9a474724..9dc77870 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ absl-py>=1.0,==1.* attrs~=21.4 dm-tree==0.1.8 -dp-accounting==0.4.1 +dp-accounting==0.4.2 immutabledict~=2.2 matplotlib~=3.3 mpmath~=1.2 @@ -31,7 +31,7 @@ numpy~=1.21 packaging~=22.0 pandas~=1.4 scikit-learn>=1.0,==1.* -scipy~=1.7 +scipy~=1.9 statsmodels~=0.13 tensorflow-datasets~=4.5 tensorflow-estimator~=2.4 diff --git a/setup.py b/setup.py index 58e33303..debab5f6 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ 'absl-py>=1.0,==1.*', 'attrs~=21.4', 'dm-tree==0.1.8', - 'dp-accounting==0.4.1', + 'dp-accounting==0.4.2', 'immutabledict~=2.2', 'matplotlib~=3.3', 'numpy~=1.21', @@ -38,7 +38,7 @@ 'pandas~=1.4', 'parameterized~=0.8', 'scikit-learn>=1.0,==1.*', - 'scipy~=1.7', + 'scipy~=1.9', 'statsmodels~=0.13', 'tensorflow-datasets~=4.5', 'tensorflow-estimator~=2.4',