Update the direct scipy dependency to ~=1.2.1.

This means that we would accept a hot fix, but not accept major or minor version changes without releasing TFP.

PiperOrigin-RevId: 427916084
This commit is contained in:
Michael Reneer 2022-02-10 21:19:29 -08:00 committed by A. Unique TensorFlower
parent 93bd134947
commit 592ed995f1
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>=0.17
scipy~=1.2.1
tensorflow-datasets>=4.4.0
tensorflow-estimator>=2.3.0
tensorflow-probability>=0.13.0

View file

@ -33,7 +33,7 @@ setup(
'matplotlib~=3.3.4',
'numpy~=1.21.5',
'pandas~=1.1.4',
'scipy>=0.17',
'scipy~=1.2.1',
'tensorflow-datasets>=4.4.0',
'tensorflow-estimator>=2.3.0',
'tensorflow-probability>=0.13.0',