diff --git a/pyproject.toml b/pyproject.toml index 66d1994..f35a584 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ requires-python = ">=3.8,<4.0" dependencies = [ "gensim>=4.0,<5.0", - "scikit-learn>=1.1,<1.3", + "scikit-learn>=1.1,<1.4", "numpy>=1.19,<2.0", "omegaconf>=2.0,<3.0", "click>=8.0,<9.0",