forked from OpenMS/streamlit-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added pckgs versions and fixed .bat file
- Loading branch information
Arslan
committed
May 7, 2024
1 parent
0cff4f7
commit 5b8d8da
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# the requirements.txt file is intended for deployment on streamlit cloud and if the simple container is built | ||
# note that it is much more restricted in terms of installing third-parties / etc. | ||
# preferably use the batteries included or simple docker file for local hosting | ||
streamlit | ||
streamlit-plotly-events | ||
streamlit-aggrid | ||
pandas | ||
numpy | ||
plotly | ||
pyopenms | ||
captcha | ||
streamlit==1.33.0 | ||
streamlit-plotly-events==0.0.6 | ||
streamlit-aggrid==0.3.4.post3 | ||
pandas==2.1.2 | ||
numpy==1.25.2 | ||
plotly==5.18.0 | ||
pyopenms==3.1.0 | ||
captcha==0.5.0 |