Streamlit error indtalling requirements

I have to load the .joblib format Machine learning models in stremlit app. The models were created in scikit-learn==1.2.2 joblib==1.3.2 numpy==1.23.5 versions. The models do run in other python interfaces such as google colab etc when i install these verions of scikit learn, joblib and numpy. But mentioning these versions in requirements.txt file does not install these requirements and shows error installing requirements. I am unable to figure out where the issue is. Even tried rebooting, recreating new repository, checking syntax, but the problem prevails. Kindly help…
The link for the streamlit is:

Looking at your repository, I don’t see streamlit in your requirements file. Try including streamlit in your dependencies to ensure there aren’t two installations steps happening where some dependency is getting changed. If it still doesn’t work, please can you share the complete logs (say from a fresh reboot) to show if there are any errors processing the dependencies.