diff --git a/requirements.txt b/requirements.txt index 2c829f0..430d93d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ scipy==1.3.0 six==1.12.0 sklearn==0.0 tensorboard==1.13.1 -tensorflow==1.13.1 +tensorflow==2.9.3 tensorflow-estimator==1.13.0 termcolor==1.1.0 Werkzeug==0.15.4 diff --git a/requirements_gpu.txt b/requirements_gpu.txt index 41f45cb..aacfe07 100644 --- a/requirements_gpu.txt +++ b/requirements_gpu.txt @@ -20,7 +20,7 @@ scipy==1.3.0 six==1.12.0 sklearn==0.0 tensorboard==1.13.1 -tensorflow==1.13.1 +tensorflow==2.9.3 tensorflow-gpu==1.13.1 tensorflow-estimator==1.13.0 termcolor==1.1.0