Fix statsmodels version to 0.14.0, since 0.14.1 causes a breakage.
PiperOrigin-RevId: 591040422
This commit is contained in:
parent
5e8a2688ee
commit
bbb1b487c1
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ packaging~=22.0
|
||||||
pandas~=1.4
|
pandas~=1.4
|
||||||
scikit-learn>=1.0,==1.*
|
scikit-learn>=1.0,==1.*
|
||||||
scipy~=1.9
|
scipy~=1.9
|
||||||
statsmodels~=0.13
|
statsmodels==0.14.0
|
||||||
tensorflow-datasets~=4.5
|
tensorflow-datasets~=4.5
|
||||||
tensorflow-estimator~=2.4
|
tensorflow-estimator~=2.4
|
||||||
tensorflow-probability~=0.22.0
|
tensorflow-probability~=0.22.0
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -46,7 +46,7 @@ setuptools.setup(
|
||||||
'pandas~=1.4',
|
'pandas~=1.4',
|
||||||
'scikit-learn>=1.0,==1.*',
|
'scikit-learn>=1.0,==1.*',
|
||||||
'scipy~=1.9',
|
'scipy~=1.9',
|
||||||
'statsmodels~=0.13',
|
'statsmodels==0.14.0',
|
||||||
'tensorflow-estimator~=2.4',
|
'tensorflow-estimator~=2.4',
|
||||||
'tensorflow-probability~=0.22.0',
|
'tensorflow-probability~=0.22.0',
|
||||||
'tensorflow~=2.4',
|
'tensorflow~=2.4',
|
||||||
|
|
Loading…
Reference in a new issue