I have a streamlit application which makes uses of many libraries, and the most important one is tensorflow, without which the app does not work, and when I specified it inside requirements.txt file, and when streamlit tries to download , it gives me an error saying no appropriate version of tensorflow could be found and shows a warning to upgrade the pip, I faced the same issue during the development process but I somehow managed to fix it by upgrading the pip to the latest version and downgrading the version of my python, currently I run the latest version of pip, but still it shows to upgrade pip, how do I make streamlit to use the latest version of pip.
I am new to python and machine learning so please explain in detailed manner. Any response is welcomed and thanks in advance.