Increase scipy version to 1.7.1.

PiperOrigin-RevId: 459371512
This commit is contained in:
Steve Chien 2022-07-06 16:26:28 -07:00 committed by A. Unique TensorFlower
parent 94beccf10e
commit 24f80e8c76
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ matplotlib~=3.3.4
mpmath
numpy~=1.21.5
pandas~=1.1.4
scipy~=1.5.0
scipy~=1.7.1
scikit-learn~=1.0.2
tensorflow-datasets~=4.5.2
tensorflow-estimator~=2.4

View file

@ -33,7 +33,7 @@ setup(
'matplotlib~=3.3.4',
'numpy~=1.21.5',
'pandas~=1.1.4',
'scipy~=1.5.0',
'scipy~=1.7.1',
'scikit-learn~=1.0.2',
'tensorflow-datasets~=4.5.2',
'tensorflow-estimator~=2.4',