Pārlūkot izejas kodu

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

myhloli 1 gadu atpakaļ
vecāks
revīzija
27e98a8130
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -7,5 +7,5 @@ numpy>=1.21.6
 fast-langdetect>=0.2.1
 fast-langdetect>=0.2.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
 # The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator.
 # The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator.