Hello, I need assistance for first time deploying streamlit app. I have an error liek this ```
ERROR: Cannot install -r /mount/src/internship-project/requirements.txt (line 3), -r /mount/src/internship-project/requirements.txt (line 5) and numpy==2.0.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested numpy==2.0.1
pandas 2.2.2 depends on numpy>=1.23.2; python_version == “3.11”
streamlit 1.33.0 depends on numpy<2 and >=1.19.3
To fix this you could try to:
- loosen the range of package versions you’ve specified
- remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit Dependency Resolution - pip documentation v24.3.dev0
[notice] A new release of pip is available: 24.0 → 24.2
[notice] To update, run: pip install --upgrade pip
Checking if Streamlit is installed. Here my repo GitHub - NiceCats/Internship-Project