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",