Added altair<5 to the requirements.txt to fix an issue with streamlit not being compatible with altair 5 and higher. (#1795)

This commit is contained in:
Alejandro Gil 2023-06-22 19:56:11 -07:00 committed by GitHub
commit fe762e4813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "backend"]
path = backend
url = ../../Sygil-Dev/dalle-flow.git

View File

@ -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)