From 8f6098160bf9f2ad7d435d176b6fe290089671d5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 10 Jul 2024 07:28:52 +0100 Subject: [PATCH] cleanup --- setup.py | 2 -- 1 file changed, 2 deletions(-) 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