Skip to content

Commit

Permalink
Pin streamlit while I figure out deprecation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
arvkevi committed Aug 28, 2024
1 parent 9bbb90a commit 09a1c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion streamlit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 09a1c1a

Please sign in to comment.