My cloud app keeps reverting to an older streamlit version.
When I reboot my app, all the packages are upgraded correctly and everything works, including streamlit’s new popover function.
However, after a few minutes, the app automatically downgrades streamlit. Why does this happen and how do I fix it?
WARNING: You are using pip version 22.0.3; however, version 24.0 is available.
You should consider upgrading via the '/home/adminuser/venv/bin/python -m pip install --upgrade pip' command.
Checking if Streamlit is installed
Found Streamlit version 1.32.1 in the environment
Streamlit 1.32.1 is present. Downgrading it to 1.31.1
Collecting streamlit==1.31.1
Does this have something to do with my dependencies?
requirements.txt
psycopg2-binary
sqlalchemy
pandas
openpyxl
matplotlib
plotly
numpy
folium