Skip to content

Commit

Permalink
fix(dependencies): pin numpy to version <2.0.0 and update fast-langde…
Browse files Browse the repository at this point in the history
…tect to 0.2.0
  • Loading branch information
myhloli committed Jul 28, 2024
1 parent f2b4b8f commit 34142de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Brotli>=1.1.0
click>=8.1.7
PyMuPDF>=1.24.7
loguru>=0.6.0
numpy>=1.21.6
fast-langdetect>=0.2.1
numpy>=1.21.6,<2.0.0
fast-langdetect==0.2.0
wordninja>=2.0.0
scikit-learn>=1.0.2
pdfminer.six==20231228
Expand Down

0 comments on commit 34142de

Please sign in to comment.