open-compass / open-compass/opencompass
[Bug] Find `scikit-learn` version conflict in `requirements/runtime.txt` and `requirements/extra.txt`
Open
@liushz is already working on this.
Since Jun 19, 2024.
- Dominant language
- Python
- Stars
- 7.5k
- Forks
- 869
- Avg merge
- 17h 52m
- Merged PRs (30d)
- 13
Description
In requirements/runtime.txt, it is necessary as scikit_learn==1.2.1
https://github.com/open-compass/opencompass/blob/main/requirements/runtime.txt#L37
But in requirements/extra.txt,it is set as scikit-learn==1.5
https://github.com/open-compass/opencompass/blob/main/requirements/extra.txt#L3C1-L3C18
which will cause conflict
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.