Error while trying to install Numpy 1.21.6 when deployment

Hey there,
I am trying to deploy an Streamlit app that works in locally.
However, when I try to deploy it raises an error with numpy package that I don’t know how to solve. It is like if the python version was not compatible with the numpy version, but I am using numpy 1.21.6 version and Python 3.9.16 version, which are supposed to be compatible.
I have tried so many things but I didn’t manage to solve it, so if someone know how to help me I would really appreciate.
The link of the github repository is the following: GitHub - CarlaMiquelBlasco/FitnessApp

In some cases, very old packages are used.
I would either omit the versions altogether or try the latest versions. Both versions see below.

altair
numpy
pandas
streamlit
plotly
seaborn
scipy
matplotlib
joblib
altair==4.2.2
numpy==1.24.3
pandas==2.0.1
streamlit==1.22.0
plotly==5.14.1
seaborn==0.12.2
scipy==1.10.1
matplotlib==3.7.1
joblib==1.2.0

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.