diff --git a/requirements.txt b/requirements.txt index a4074dd..dcaea51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ scikit-image==0.19.2 scipy==1.7.3 six==1.16.0 tensorboard==2.0.2 -tensorflow==2.0.0 +tensorflow==2.11.1 tensorflow-estimator==2.0.1 termcolor==1.1.0 tifffile==2021.11.2 diff --git a/setup.py b/setup.py index 6011e18..a2689ff 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ "scipy == 1.7.3", "six == 1.16.0", "tensorboard == 2.0.2", - "tensorflow == 2.0.0", + "tensorflow == 2.11.1", "tensorflow-estimator == 2.0.1", "termcolor == 1.1.0", "tifffile == 2021.11.2",