Increase scipy version to 1.7.1.
PiperOrigin-RevId: 459371512
This commit is contained in:
parent
94beccf10e
commit
24f80e8c76
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue