modify the requirements/runtime.txt: numpy==1.23.4 --> numpy>=1.23.4 (#983)

Co-authored-by: zhangchuyu@pjlab.org.cn <zhangchuyu@pjlab.org.cn>
This commit is contained in:
klein 2024-03-18 20:25:55 +08:00 committed by GitHub
parent 89a8a8917b
commit 4d2591acb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ langdetect
ltp
mmengine-lite
nltk==3.8
numpy==1.23.4
numpy>=1.23.4
openai
OpenCC
opencv-python-headless