Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicated scipy requirements #146

Closed
wants to merge 1 commit into from

Conversation

haixuanTao
Copy link

Remove duplicated scipy requirements that create bugs when installing the requirements:

ERROR: Double requirement given: scipy>=1.4.1 (from -r https://raw.githubusercontent.com/hustvl/YOLOP/main/requirements.txt (line 10)) (already in scipy (from -r https://raw.githubusercontent.com/hustvl/YOLOP/main/requirements.txt (line 1)), name='scipy')

Remove duplicated `scipy` requirements that create bugs when installing the requirements:
```bash
ERROR: Double requirement given: scipy>=1.4.1 (from -r https://raw.githubusercontent.com/hustvl/YOLOP/main/requirements.txt (line 10)) (already in scipy (from -r https://raw.githubusercontent.com/hustvl/YOLOP/main/requirements.txt (line 1)), name='scipy')
```
@haixuanTao
Copy link
Author

#132 has already pushed this pull request.

@haixuanTao haixuanTao closed this Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant