소스 검색

fix(dependencies): pin pdfminer.six to 20231228 for compatibility

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

+ 1 - 1
requirements.txt

@@ -7,5 +7,5 @@ numpy>=1.21.6
 fast-langdetect>=0.2.1
 wordninja>=2.0.0
 scikit-learn>=1.0.2
-pdfminer.six>=20231228
+pdfminer.six==20231228
 # The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator.