streamlit-aggrid is now on conda-forge; streamlit=1.9.2 needs altair=4

This commit is contained in:
2025-03-23 15:05:43 +01:00
parent ef719fb174
commit f10b56df15

View File

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