After simple streamlit cloud deployment, it gets deployed but on using that link at one part it just keeps running and does not give any output whatsoever for my code.
This is because the logs show this error
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pycaret 3.3.0 requires pandas<2.2.0, but you have pandas 2.2.1 which is incompatible.
Thank you for your response sir,
this is my requirements.txt file
pandas==2.1.4
pycaret
packaging==23.2
Even after mentioning the version, I don’t know why pandas 2.2.1 is forcefully getting installed.
I have tried re-deploying multiple times, still in vain