This is a hotfix release. The app is stuck in a state on Streamlit Cloud where it is failing to build the app.
From looking at the logs, it automatically installs based on the poetry.lock information, which includes all packages - not just the main ones. Adding a requirements.txt might force it to install from there instead, which includes a smaller set of requirements.
This is a hotfix release. The app is stuck in a state on Streamlit Cloud where it is failing to build the app.
From looking at the logs, it automatically installs based on the
poetry.lock
information, which includes all packages - not just themain
ones. Adding arequirements.txt
might force it to install from there instead, which includes a smaller set of requirements.