From b396ee21634145f80fe7e15765691eae0224f003 Mon Sep 17 00:00:00 2001 From: Geoff Boeing Date: Mon, 8 Jan 2024 11:55:44 -0800 Subject: [PATCH] use pytorch channel for windows compatibility --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 2763cc9..b14c766 100644 --- a/environment.yml +++ b/environment.yml @@ -2,6 +2,7 @@ name: ppde642 channels: - conda-forge + - pytorch dependencies: - beautifulsoup4