diff --git a/setup.cfg b/setup.cfg index 31e0401f..a8277e0c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ install_requires = numpy scikit-image tensorflow-probability ~= 0.22.0 - tensorflow <= 2.15.1 + tensorflow >=2.13, <= 2.15.1 tensorflow-addons ~= 0.21.0 psutil zip_safe = False