fix: fasttext not support numpy>=2.0.0
Showing
... | @@ -8,4 +8,5 @@ fast-langdetect>=0.1.1 | ... | @@ -8,4 +8,5 @@ fast-langdetect>=0.1.1 |
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 |
Please register or sign in to comment