Set TensorFlow version to at most 2.15.0 to avoid problems with using Keras 3.
PiperOrigin-RevId: 625104162
This commit is contained in:
parent
e28c673b74
commit
0582cfdd1a
3 changed files with 3 additions and 3 deletions
|
@ -39,5 +39,5 @@ 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
|
||||||
tensorflow~=2.4
|
tensorflow>=2.4.0,<=2.15.0
|
||||||
tf-models-official~=2.13
|
tf-models-official~=2.13
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -42,7 +42,7 @@ setuptools.setup(
|
||||||
'packaging~=22.0',
|
'packaging~=22.0',
|
||||||
'scikit-learn>=1.0,==1.*',
|
'scikit-learn>=1.0,==1.*',
|
||||||
'scipy~=1.9',
|
'scipy~=1.9',
|
||||||
'tensorflow-estimator~=2.4',
|
'tensorflow>=2.4.0,<=2.15.0',
|
||||||
'tensorflow-probability~=0.22.0',
|
'tensorflow-probability~=0.22.0',
|
||||||
'tensorflow~=2.4',
|
'tensorflow~=2.4',
|
||||||
],
|
],
|
||||||
|
|
|
@ -43,7 +43,7 @@ setuptools.setup(
|
||||||
'scikit-learn>=1.0,==1.*',
|
'scikit-learn>=1.0,==1.*',
|
||||||
'scipy~=1.9',
|
'scipy~=1.9',
|
||||||
'statsmodels==0.14.0',
|
'statsmodels==0.14.0',
|
||||||
'tensorflow~=2.4',
|
'tensorflow>=2.4.0,<=2.15.0',
|
||||||
'tensorflow-privacy>=0.9.0',
|
'tensorflow-privacy>=0.9.0',
|
||||||
'tf-models-official~=2.13',
|
'tf-models-official~=2.13',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue