diff --git a/setup.py b/setup.py index 6ba43003a..3d25ecc9a 100644 --- a/setup.py +++ b/setup.py @@ -43,8 +43,6 @@ def get_requirements(): url_match = re.search(r"Downloading (https://download\.pytorch\.org/[^\s]+\.whl)", line) if url_match: pytorch_url = url_match.group(1) - - if pytorch_url: process.terminate() # Terminate the subprocess break