Selaa lähdekoodia

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

myhloli 1 vuosi sitten
vanhempi
commit
27e98a8130
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.