diff --git a/requirements.txt b/requirements.txt index 583b228..4dbb0e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ astropy networkx numba statsmodels -tensorflow==1.14 +tensorflow==2.3.1 prettytable \ No newline at end of file diff --git a/setup.py b/setup.py index 61a7ac3..9d3b570 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ 'spflow>=0.0.39', 'statsmodels', 'sympy', - 'tensorflow==1.14', + 'tensorflow==2.3.1', 'watchdog', 'xarray', ],