From 5e69b1f688ef2f5513280b056669b17b76bc7a63 Mon Sep 17 00:00:00 2001 From: Alejandro Gil Date: Thu, 22 Jun 2023 12:32:00 -0700 Subject: [PATCH 1/2] Removed extra submodules that are no longer used. --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index b4b644f..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "backend"] - path = backend - url = ../../Sygil-Dev/dalle-flow.git From f10bf826f0d97e367cb2283f5f4134663f3b6d1a Mon Sep 17 00:00:00 2001 From: Alejandro Gil Date: Thu, 22 Jun 2023 19:53:18 -0700 Subject: [PATCH 2/2] Added `altair<5` to the requirements.txt to fix an issue with streamlit not being compatible with altair 5 and higher. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 285f6bf..ed33d32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,6 +44,7 @@ matplotlib==3.6. resize-right==0.0.2 torchdiffeq==0.2.3 barfi==0.7.0 +altair<5 # Environment Dependencies for WebUI (flet)