Error while deploying my app for ydata-profiling

I am having problem while deploying the app. I think there is a problem in pandas_profiling and ydata-profiling version.This is my requirements.txt file.

numpy==1.24.3
pandas==2.0.3
plotly==5.9.0
scikit_learn==1.3.0
streamlit==1.31.0
streamlit_pandas_profiling==0.1.3
ydata_profiling==4.7.0

"we can conclude that ydata-profiling==4.7.0 and all versions of pandas-profiling are incompatible.
And because streamlit-pandas-profiling==0.1.3 depends on pandas-profiling, we can conclude that ydata-profiling==4.7.0 and streamlit-pandas-profiling==0.1.3 are incompatible.And because you require streamlit-pandas-profiling==0.1.3 and you require ydata-profiling==4.7.0, we can conclude that the requirements are unsatisfiable. "

This is the error

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