From 2fa3aa5340bbcec2e6a9ca6873b5d2fb69c3ccf4 Mon Sep 17 00:00:00 2001 From: Sinan Date: Tue, 21 Nov 2023 11:40:25 +0000 Subject: [PATCH] Change dependencies for compatibility with taming-transformers repo --- environment.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/environment.yaml b/environment.yaml index f36b0e17d..22e10c39b 100644 --- a/environment.yaml +++ b/environment.yaml @@ -21,7 +21,9 @@ dependencies: - streamlit>=0.73.1 - einops==0.3.0 - torch-fidelity==0.3.0 - - transformers==4.3.1 + - transformers==4.6.0 + - torchmetrics<0.6.0 - -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 . \ No newline at end of file + - -e . + - packaging==21.3