Update the direct scipy dependency to ~=1.5.0.

PiperOrigin-RevId: 429122811
This commit is contained in:
Michael Reneer 2022-02-16 21:10:29 +00:00
parent 8544af2500
commit 2d692bbf73
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.2.1
scipy~=1.5.0
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.2.1',
'scipy~=1.5.0',
'scikit-learn~=1.0.2',
'tensorflow-datasets~=4.5.2',
'tensorflow-estimator~=2.4',