diff --git a/pyproject.toml b/pyproject.toml index acd34e4cf6..453c3dbf7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] requires-python = ">=3.9,<3.13" dependencies = [ - "datasets>=2.19.0", + "datasets>=2.19.0, <4.0.0", "numpy>=1.0.0,<3.0.0", "requests>=2.26.0", "scikit_learn>=1.0.2",