mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
add ",<2.0.0" to "numpy>=1.23.4" in requirements/runtime.txt, as pandas<2.0.0 doesn't compatible with numpy>=2.0.0 (#1267)
This commit is contained in:
parent
e0d7808b4e
commit
83b9fd9eaa
@ -16,7 +16,7 @@ langdetect
|
|||||||
ltp
|
ltp
|
||||||
mmengine-lite
|
mmengine-lite
|
||||||
nltk==3.8
|
nltk==3.8
|
||||||
numpy>=1.23.4
|
numpy>=1.23.4,<2.0.0
|
||||||
openai
|
openai
|
||||||
OpenCC
|
OpenCC
|
||||||
opencv-python-headless
|
opencv-python-headless
|
||||||
|
Loading…
Reference in New Issue
Block a user