Failed to deploy

Hi experts !

I am facing a problem, I can’t deploy my application because of some warnings.

Mar 13 06:23:52 PM ERROR: No matching distribution found for numpy==1.24.2 (from -r requirements.txt (line 2))
Mar 13 06:23:52 PM WARNING: You are using pip version 20.1.1; however, version 23.0.1 is available.
Mar 13 06:23:52 PM You should consider upgrading via the ‘/opt/render/project/src/.venv/bin/python -m pip install --upgrade pip’ command.

Here’s is the link of my app built with streamlit: Render · The Easiest Cloud For All Your Apps. Can you help me please ? I don’t know why it doesn’t work.

Hi,

“numpy” requires Python >=3.8. I suspect further up in those logs, it shows you’re using the Render default, 3.7.10.

Specify your Python version to match the version you developed on.

Alan