From 31b9e3fbce404eb3f4f0f48d6d81df858e8032f2 Mon Sep 17 00:00:00 2001 From: gac-maloja Date: Sat, 17 Sep 2022 18:45:27 +0200 Subject: [PATCH] pinned streamlit version to 1.9.2 for now, since 1.10 changed how web server works --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36374ac..bb45392 100644 --- a/README.md +++ b/README.md @@ -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