diff --git a/pyproject.toml b/pyproject.toml index 8a2780a..dcaa20e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ classifiers = [ dependencies = [ "beautifulsoup4~=4.12.3", "lxml~=5.2.2", - "numpy~=1.26.4", + "numpy>=1.26.4,<2.3.0", "scikit-learn~=1.4.2", "jieba~=0.42.1", "langdetect~=1.0.9",