Skip to content

Commit

Permalink
Merge pull request #83 from arvkevi/hotfix/pin_streamlit
Browse files Browse the repository at this point in the history
Pin streamlit while I figure out deprecation failure
  • Loading branch information
arvkevi authored Aug 28, 2024
2 parents 9bbb90a + dff17d3 commit aaee6e8
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.37"
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.37
altair<5
ezancestry==0.1.0
matplotlib==3.7.0

0 comments on commit aaee6e8

Please sign in to comment.