diff --git a/requirements.txt b/requirements.txt index 0cc986f..dc04891 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy>=1.10 scipy>=0.19 matplotlib>=2.0 seaborn==0.9.0 -tensorflow==2.4.1 +tensorflow==2.11.1 pandas==0.25.3 streamlit xlrd==1.2.0 diff --git a/setup.py b/setup.py index 8f2df9d..65bd0b9 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ 'pandas>=0.25.3', 'xlrd==1.2.0', 'seaborn==0.9.0', - 'tensorflow==2.4.1', + 'tensorflow==2.11.1', 'keras==2.4.3', 'openpyxl' ],