[Feature] Relax dependency pinning / comment on necessity.
Open
enhancement
feature
- Dominant language
- Python
- Stars
- 28.4k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
## Description
It's difficult for me to use your software within another project because you've pinned versions of packages (as opposed to specified a minimal requirement).
## Resolution
Please may you either relax these specifications in `requirements.txt` and `setup.py` e.g. `pandas==0.25.1` -> `pandas>=0.25.1`, or provide a pointer as to why these are required. If I know why they are required, this may really help me fork your project and make edits required to get your software working within mine!
Many thanks!
Contributor guide
Assessment
This issue has not been assessed yet.