Streamlit deploying error

Hi all,

I am receiving this error by deploying, even thought the app worked fine a few weeks ago:
(the app works on my local, but there is a problem with dependencies and I have no clue for that)

Thank you for your help or any comment :slight_smile:

E: Command line option --name is not understood in combination with the other options
[manager] installer returned a non-zero exit code
[manager] Error during processing dependencies! Please fix the error and push an update, or try restarting the app.

My requirements:
joblib~=1.0.1
matplotlib~=3.3.4
numpy~=1.20.0
pandas~=1.2.1
pillow~=8.1.0
sklearn~=0.0
streamlit~=0.76.0

Here is my repository: