pinned streamlit version to 1.9.2 for now, since 1.10 changed how web server works

This commit is contained in:
gac-maloja
2022-09-17 18:45:27 +02:00
parent a6a793ddd4
commit 31b9e3fbce

View File

@ -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