diff --git a/00_Miscellaneous/tfx/setup.py b/00_Miscellaneous/tfx/setup.py index 1770a13..cb290ef 100644 --- a/00_Miscellaneous/tfx/setup.py +++ b/00_Miscellaneous/tfx/setup.py @@ -2,7 +2,7 @@ from setuptools import setup REQUIRED_PACKAGES = [ - 'tensorflow==1.14.0', + 'tensorflow==2.12.1', 'tensorflow-data-validation==0.11.0' ]