diff --git a/pyproject.toml b/pyproject.toml index 942e5706..96dc6c59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ requires-python = ">= 3.10" dependencies=[ "tqdm", - "numpy<2", + "numpy<3", "scipy", "requests", "scikit-learn",