I need to install opencv-python in my python project, but I get the following error after deployment:

my requirements .txt :
blinker==1.8.2certifi==2024.7.4charset-normalizer==3.3.2click==8.1.7Flask==3.0.3Flask-Cors==4.0.1idna==3.7itsdangerous==2.2.0Jinja2==3.1.4MarkupSafe==2.1.5numpy==1.26.4opencv-python==4.10.0.82requests==2.32.3tqdm==4.66.5urllib3==2.2.2Werkzeug==3.0.4How do I make changes to run my project