From 6c34b89cfb70f5711643ff087e14fdf45015e5ce Mon Sep 17 00:00:00 2001 From: mauwii Date: Fri, 28 Oct 2022 23:51:43 +0200 Subject: [PATCH] loosen pytorch and torchvision version --- environment-mac.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment-mac.yml b/environment-mac.yml index 0ccf7baaee..662c89d928 100644 --- a/environment-mac.yml +++ b/environment-mac.yml @@ -7,8 +7,8 @@ dependencies: - pip=22.2.2 # pytorch left unpinned - - pytorch=1.12.1 - - torchvision=0.13.1 + - pytorch=1.12.* + - torchvision=0.13.* # I suggest to keep the other deps sorted for convenience. # To determine what the latest versions should be, run: