소스 검색

update: fix requirements.txt gbk error

zhaoxiaomeng 1 년 전
부모
커밋
b668386ade
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      requirements.txt

+ 2 - 2
requirements.txt

@@ -3,9 +3,9 @@ Brotli>=1.1.0
 click>=8.1.7
 PyMuPDF>=1.24.7
 loguru>=0.6.0
-numpy>=1.21.6, <2.0.0 #2.0版本与fasttext不兼容
+numpy>=1.21.6
 fast-langdetect>=0.2.1
 wordninja>=2.0.0
 scikit-learn>=1.0.2
 pdfminer.six>=20231228
-# requirements.txt 须保证只引入必需的外部依赖,如有新依赖添加请联系项目管理员
+# The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator.