Skip to content

Commit

Permalink
🐛⬆️ Bump minimum streamlit version to 1.27
Browse files Browse the repository at this point in the history
which is the most recent currently...

Submit button error for 1.18 - 1.26
  • Loading branch information
Henry committed Oct 12, 2023
1 parent c5b3bd6 commit 6cd0e41
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 @@ -30,7 +30,7 @@ dependencies = [
[project.optional-dependencies]
dev = ["black"]
docs = ["sphinx", "sphinx-rtd-theme", "sphinx-autobuild", "myst-parser"]
web = ["streamlit", "scipy"]
web = ["streamlit>1.27", "scipy"]

[project.urls]
"Homepage" = "https://github.com/ProteoBench"
Expand Down
2 changes: 1 addition & 1 deletion webinterface/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
streamlit
streamlit>1.27
proteobench

0 comments on commit 6cd0e41

Please sign in to comment.