diff --git a/pyproject.toml b/pyproject.toml index 6eb11b2..b4fa2a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dependencies = [ "pandas>=1.5", - "numpy>=1.23", + "numpy>=2.2.6", "scipy>=1.9", "scikit-learn>=1.1", ]