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:
LIU Xiao 2024-06-24 11:03:42 +08:00 committed by GitHub
parent e0d7808b4e
commit 83b9fd9eaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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