diff --git a/setup.py b/setup.py index b82fc9424..293dd1ffe 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", "dicom-anonymizer==1.0.12", "twine",