open-compass / opencompass

OpenCompass is an LLM evaluation platform, supporting a wide range of models (Llama3, Mistral, InternLM2,GPT-4,LLaMa2, Qwen,GLM, Claude, etc) over 100+ datasets.
https://opencompass.org.cn/
Apache License 2.0
3.16k stars 334 forks source link

[Bug] Find `scikit-learn` version conflict in `requirements/runtime.txt` and `requirements/extra.txt` #1256

Open BIGWangYuDong opened 2 weeks ago

BIGWangYuDong commented 2 weeks ago

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

tonysy commented 1 week ago

Thanks for the report. We will fix this conflict in next version.