pinned streamlit version to 1.9.2 for now, since 1.10 changed how web server works
This commit is contained in:
@ -11,7 +11,7 @@ conda create -n stand
|
||||
conda activate stand
|
||||
|
||||
conda install cherrypy
|
||||
conda install conda-forge::streamlit
|
||||
conda install conda-forge::streamlit=1.9.2
|
||||
conda install openpyxl # excel writing
|
||||
conda install pytables # hdf5 writing
|
||||
conda install conda-forge::python-dotenv pyyaml simplejson # aggrid deps
|
||||
|
Reference in New Issue
Block a user