diff --git a/pyproject.toml b/pyproject.toml index 1f40e84..e4027b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ maintainers = [ requires-python = ">=3.7" dependencies = [ "nltk", - "scikit-learn>=1.0", + "scikit-learn>=1.0,<1.5", "boto3", "flask", "appdirs"