From d0fcf3109b387f314e22bc383d589e136281406a Mon Sep 17 00:00:00 2001 From: Fede Raimondo Date: Thu, 17 Oct 2024 15:36:04 +0200 Subject: [PATCH] Update scikit-learn and pandas versions --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]