diff --git a/setup.py b/setup.py index 5bcec7a..76605d2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ python_requires='>=3.9', install_requires=[ 'numpy==1.19.5', - 'tensorflow==2.5.0-rc3', + 'tensorflow==2.5.1', 'keras==2.5.0rc0', 'SimpleITK==2.0.2', 'scipy==1.6.3',