From 85243c0a2e1f6e988265fc7cd75fb5fc2d722b11 Mon Sep 17 00:00:00 2001 From: Satrajit Ghosh Date: Tue, 3 Oct 2023 17:12:09 -0400 Subject: [PATCH] Update setup.cfg --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 866b4f8c..e60f9af7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,8 +37,8 @@ install_requires = nibabel numpy scikit-image - tensorflow-probability == 0.21.0 - tensorflow == 2.13 + tensorflow-probability ~= 0.21.0 + tensorflow ~= 2.13 tensorflow-addons >= 0.12.0 psutil zip_safe = False