Update the scipy dependency to 1.9.

PiperOrigin-RevId: 543452894
This commit is contained in:
Michael Reneer 2023-06-26 08:59:15 -07:00 committed by A. Unique TensorFlower
parent 45da453410
commit 5b21aad36e
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
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.1 dp-accounting==0.4.2
immutabledict~=2.2 immutabledict~=2.2
matplotlib~=3.3 matplotlib~=3.3
mpmath~=1.2 mpmath~=1.2
@ -31,7 +31,7 @@ numpy~=1.21
packaging~=22.0 packaging~=22.0
pandas~=1.4 pandas~=1.4
scikit-learn>=1.0,==1.* scikit-learn>=1.0,==1.*
scipy~=1.7 scipy~=1.9
statsmodels~=0.13 statsmodels~=0.13
tensorflow-datasets~=4.5 tensorflow-datasets~=4.5
tensorflow-estimator~=2.4 tensorflow-estimator~=2.4

View file

@ -30,7 +30,7 @@ setup(
'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.1', 'dp-accounting==0.4.2',
'immutabledict~=2.2', 'immutabledict~=2.2',
'matplotlib~=3.3', 'matplotlib~=3.3',
'numpy~=1.21', 'numpy~=1.21',
@ -38,7 +38,7 @@ setup(
'pandas~=1.4', 'pandas~=1.4',
'parameterized~=0.8', 'parameterized~=0.8',
'scikit-learn>=1.0,==1.*', 'scikit-learn>=1.0,==1.*',
'scipy~=1.7', 'scipy~=1.9',
'statsmodels~=0.13', 'statsmodels~=0.13',
'tensorflow-datasets~=4.5', 'tensorflow-datasets~=4.5',
'tensorflow-estimator~=2.4', 'tensorflow-estimator~=2.4',