From 6e404aedaf171e6c1b9cdf77c7fa7d7d09a2bc6b Mon Sep 17 00:00:00 2001 From: benmalef Date: Sat, 7 Sep 2024 02:18:01 +0300 Subject: [PATCH 1/7] Update the setup.py - Update requests to 2.32.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b82fc9424..3f81690bf 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.0", # 2.32.0 are not compatible with docker 7.0.0; to remove restriction once docker is fixed "docker", "dicom-anonymizer==1.0.12", "twine", From a1186bb3606c56aca4050dc20cf64a0fa36bb8e9 Mon Sep 17 00:00:00 2001 From: benmalef Date: Sat, 7 Sep 2024 02:38:48 +0300 Subject: [PATCH 2/7] updata docker version --- 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", From 6337b795ac2888173161178d757e80617559f118 Mon Sep 17 00:00:00 2001 From: Veniamin Malefioudakis <58257722+benmalef@users.noreply.github.com> Date: Sat, 7 Sep 2024 21:31:52 +0300 Subject: [PATCH 3/7] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 13d83362a..3f81690bf 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==7.1.0", + "docker", "dicom-anonymizer==1.0.12", "twine", "zarr", 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 4/7] 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", 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 5/7] 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", From ef42aab0de6b98bd069bbf23d551cec83676b08c Mon Sep 17 00:00:00 2001 From: Veniamin Malefioudakis Date: Fri, 20 Sep 2024 15:28:31 +0300 Subject: [PATCH 6/7] update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 46f61b17b..a27c5880e 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "SimpleITK!=2.0.*", "SimpleITK!=2.2.1", # https://github.com/mlcommons/GaNDLF/issues/536 "torchvision", - "tqdm", + "tqdm",872 "torchio==0.19.6", "pandas>=2.0.0", "scikit-learn>=0.23.2", @@ -70,7 +70,7 @@ "ACSConv==0.1.1", # https://github.com/docker/docker-py/issues/3256 "requests>=2.32.2", - "docker==7.1.0", + "docker", "dicom-anonymizer==1.0.12", "twine", "zarr", From a3d94972185c2d673a3c9459e09901c679c57710 Mon Sep 17 00:00:00 2001 From: Veniamin Malefioudakis Date: Fri, 20 Sep 2024 15:36:40 +0300 Subject: [PATCH 7/7] update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a27c5880e..293dd1ffe 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "SimpleITK!=2.0.*", "SimpleITK!=2.2.1", # https://github.com/mlcommons/GaNDLF/issues/536 "torchvision", - "tqdm",872 + "tqdm", "torchio==0.19.6", "pandas>=2.0.0", "scikit-learn>=0.23.2",