From f10b56df15500c4909ce708b69074dfa95a239d5 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sun, 23 Mar 2025 15:05:43 +0100 Subject: [PATCH] streamlit-aggrid is now on conda-forge; streamlit=1.9.2 needs altair=4 --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ddc8f9..6f07840 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,10 @@ conda create -n stand conda activate stand conda install cherrypy -conda install conda-forge::streamlit=1.9.2 +conda install streamlit=1.9.2 altair=4 +conda install streamlit-aggrid conda install openpyxl # excel writing conda install pytables # hdf5 writing -conda install conda-forge::python-dotenv pyyaml simplejson # aggrid deps - -pip install streamlit-aggrid ``` ## Start the webapp