Commit 34142de6 authored by myhloli's avatar myhloli
Browse files

fix(dependencies): pin numpy to version <2.0.0 and update fast-langdetect to 0.2.0

parent f2b4b8ff
...@@ -3,8 +3,8 @@ Brotli>=1.1.0 ...@@ -3,8 +3,8 @@ Brotli>=1.1.0
click>=8.1.7 click>=8.1.7
PyMuPDF>=1.24.7 PyMuPDF>=1.24.7
loguru>=0.6.0 loguru>=0.6.0
numpy>=1.21.6 numpy>=1.21.6,<2.0.0
fast-langdetect>=0.2.1 fast-langdetect==0.2.0
wordninja>=2.0.0 wordninja>=2.0.0
scikit-learn>=1.0.2 scikit-learn>=1.0.2
pdfminer.six==20231228 pdfminer.six==20231228
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment