currently need v0.x, but v0.3.5 was yanked from pypi

This commit is contained in:
2025-06-24 19:13:15 +02:00
parent bc29208e45
commit 9a2cffb720

View File

@ -12,7 +12,7 @@ conda activate stand
conda install cherrypy conda install cherrypy
conda install streamlit=1.9.2 altair=4 conda install streamlit=1.9.2 altair=4
conda install streamlit-aggrid conda install streamlit-aggrid=0.3.4.post3
conda install openpyxl # excel writing conda install openpyxl # excel writing
conda install pytables # hdf5 writing conda install pytables # hdf5 writing
``` ```