diff --git a/requirements.txt b/requirements.txt index badb0a8..b6f1670 100644 --- a/requirements.txt +++ b/requirements.txt @@ -115,7 +115,7 @@ six==1.11.0 sympy==1.3 tables==3.5.2 tensorboard==1.13.0 -tensorflow==1.13.1 +tensorflow==2.9.3 tensorflow-tensorboard==0.1.8 termcolor==1.1.0 terminado==0.8.1 diff --git a/setup.py b/setup.py index f8f086f..d5a301a 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ 'keras-contrib', 'pandas', 'numpy', 'plotly', 'PyQt5', 'termcolor' ], extras_require={ - "icvmapper": ["tensorflow==1.15"], + "icvmapper": ["tensorflow==2.9.3"], "icvmapper_gpu": ["tensorflow-gpu==1.15"], }, entry_points={'console_scripts': ['icvmapper=icvmapper.cli:main']},