From 09a1c1ab9800bd8a9127abadd4bdf047277a96e8 Mon Sep 17 00:00:00 2001 From: arvkevi Date: Wed, 28 Aug 2024 13:40:54 -0400 Subject: [PATCH] Pin streamlit while I figure out deprecation failure --- pyproject.toml | 2 +- streamlit/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2a6d697..597be04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pytest = "^6.2.5" ipykernel = "^6.29.2" [tool.poetry.group.streamlit.dependencies] -streamlit = ">=1.0.1" +streamlit = ">1.0.1,<1.38" altair = "<5" [build-system] diff --git a/streamlit/requirements.txt b/streamlit/requirements.txt index eb4357b..b3d2421 100644 --- a/streamlit/requirements.txt +++ b/streamlit/requirements.txt @@ -6,7 +6,7 @@ scikit-learn>=1.3.1 snps>=2.3.0 typer>=0.8.0 pysam==0.22.0 -streamlit>=1.0.1 +streamlit>=1.0.1,<1.38 altair<5 ezancestry==0.1.0 matplotlib==3.7.0