Commit f116983b authored by myhloli's avatar myhloli

update: fix numpy version range

parent 710ba3c3
...@@ -3,10 +3,9 @@ Brotli>=1.1.0 ...@@ -3,10 +3,9 @@ Brotli>=1.1.0
click>=8.1.7 click>=8.1.7
PyMuPDF>=1.24.7 PyMuPDF>=1.24.7
loguru>=0.6.0 loguru>=0.6.0
numpy>=1.21.6 numpy>=1.21.6, <2.0.0 #2.0版本与fasttext不兼容
fast-langdetect>=0.2.0 fast-langdetect>=0.2.0
wordninja>=2.0.0 wordninja>=2.0.0
scikit-learn>=1.0.2 scikit-learn>=1.0.2
pdfminer.six>=20231228 pdfminer.six>=20231228
numpy<2.0.0 #2.0版本与fasttext不兼容
# requirements.txt 须保证只引入必需的外部依赖,如有新依赖添加请联系项目管理员 # requirements.txt 须保证只引入必需的外部依赖,如有新依赖添加请联系项目管理员
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment