From 80e159366ff15471006d8426a79e7b6bc5e3387a Mon Sep 17 00:00:00 2001 From: Carlos da Costa Date: Sun, 18 Aug 2024 19:25:31 -0700 Subject: [PATCH] Use --index-url instead of --extra-index-url in requirements-torch.txt --- requirements-torch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-torch.txt b/requirements-torch.txt index 54b487ca..f2c3b105 100644 --- a/requirements-torch.txt +++ b/requirements-torch.txt @@ -1,2 +1,2 @@ ---extra-index-url https://download.pytorch.org/whl/cpu +--index-url https://download.pytorch.org/whl/cpu torch>=1.2.0