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
|
||||
mmengine-lite
|
||||
nltk==3.8
|
||||
numpy>=1.23.4
|
||||
numpy>=1.23.4,<2.0.0
|
||||
openai
|
||||
OpenCC
|
||||
opencv-python-headless
|
||||
|
Loading…
Reference in New Issue
Block a user