diff --git a/install.py b/install.py index e9aa578..f903986 100644 --- a/install.py +++ b/install.py @@ -36,7 +36,7 @@ def is_installed(package: str) -> bool: required_version = parse(package.split(">=")[1]) return installed_version >= required_version else: - return True + return launch.is_installed(package_name) print("Checking faceswaplab requirements") with open(req_file) as file: