From b0cc2e6fa0cd17275bbdee41b974aac0f94b39d3 Mon Sep 17 00:00:00 2001 From: Hyunho Richard Lee Date: Wed, 31 Aug 2022 17:22:49 -0400 Subject: [PATCH] Removing `pip install -e .` which isn't needed --- environment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/environment.yaml b/environment.yaml index 025ced870..c1c472c37 100644 --- a/environment.yaml +++ b/environment.yaml @@ -28,4 +28,3 @@ dependencies: - kornia==0.6 - -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers - -e git+https://github.com/openai/CLIP.git@main#egg=clip - - -e .