diff --git a/pyproject.toml b/pyproject.toml index bcb3b73bf..4db54d213 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,9 +38,9 @@ classifiers = [ ] dependencies = [ "numpy>=1.24,<1.27", - "pandas>=1.5.0,<2.2", + "pandas>=1.5.0,<2.3", "statsmodels>=0.13,<0.15", - "scikit-learn>=1.2.0,<1.5.0", + "scikit-learn>=1.2.0,<1.6.0", ] dynamic = ["version"]