From aeec706fad362b0fbe8b5f0fb1162279dbbfcc87 Mon Sep 17 00:00:00 2001 From: Veniamin Malefioudakis <58257722+benmalef@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:36:14 +0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3f81690bf..13d83362a 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ "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 - "docker", + "docker==7.1.0", "dicom-anonymizer==1.0.12", "twine", "zarr",