diff --git a/dev-requirements.txt b/dev-requirements.txt index c9fcbe6f..51ab979d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ scikit-learn==0.23.2 pandas==1.1.5 seaborn==0.11.0 loguru==0.5.3 -tensorflow==2.5.1 +tensorflow==2.11.1 ruamel.yaml==0.16.12 tox==3.23.0 pytest==6.2.2 diff --git a/mplc/requirements.txt b/mplc/requirements.txt index 6d19b329..342e41bf 100644 --- a/mplc/requirements.txt +++ b/mplc/requirements.txt @@ -8,5 +8,5 @@ scikit-learn==0.23.2 pandas==1.1.5 seaborn==0.11.0 loguru==0.5.3 -tensorflow==2.5.1 +tensorflow==2.11.1 ruamel.yaml==0.16.12 diff --git a/setup.py b/setup.py index 857fbb5d..1401162b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ 'pandas==1.1.5', 'seaborn==0.11.0', 'loguru==0.5.3', - 'tensorflow==2.5.1', + 'tensorflow==2.11.1', 'ruamel.yaml==0.16.12' ]