Cloud-CV / Cloud-CV/evalai-cli
Please consider loosening dependency requirements
- Dominant language
- Python
- Stars
- 57
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
in `requirements.txt` there are lots of dependencies whose versions are fixed, this is causing trouble when pip tries to resolve dependency issues. Often times evalai cli runs without problem but other programs that run under the same env would crash. Would you consider using `>=`/`<=` instead of '==`? Thank you.
Contributor guide
Research direction
Start with requirements.txt and review the pinned dependency versions and their compatibility constraints. Check whether loosening the constraints allows pip to resolve the CLI environment while preserving a successful installation; done means the dependency requirements are updated without breaking installation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100