From ef9ed0843fe140329c6e210deaadec7eeb1d1cb9 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Fri, 15 Apr 2022 21:41:11 -0400 Subject: [PATCH] environment.yml: Update based on changes to pip (#504) Fixes "AttributeError: 'FileNotFoundError' object has no attribute read" See https://stackoverflow.com/a/68586065/3536518 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index af8c0b6..cf41740 100644 --- a/environment.yml +++ b/environment.yml @@ -9,4 +9,4 @@ dependencies: - torchvision - pip - pip: - - -r file:requirements.txt + - -r requirements.txt