From 1a84b2855d3302c1ecbbe547f35f9e377135cddd Mon Sep 17 00:00:00 2001 From: Veniamin Malefioudakis <58257722+benmalef@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:31:40 +0300 Subject: [PATCH] Update setup.py Co-authored-by: Viacheslav Kukushkin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 13d83362a..46f61b17b 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ "segmentation-models-pytorch==0.3.3", "ACSConv==0.1.1", # https://github.com/docker/docker-py/issues/3256 - "requests==2.32.0", # 2.32.0 are not compatible with docker 7.0.0; to remove restriction once docker is fixed + "requests>=2.32.2", "docker==7.1.0", "dicom-anonymizer==1.0.12", "twine",