diff --git a/requirements.txt b/requirements.txt index 2f9768b..13b2154 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ scipy sympy pandas matplotlib -tensorflow==1.14.0 +tensorflow==2.9.3 diff --git a/setup.py b/setup.py index b56da61..08ebe6f 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'sympy', 'matplotlib', 'pandas', - 'tensorflow==1.14.0' + 'tensorflow==2.9.3' ], classifiers=[ 'Development Status :: 3 - Alpha',