From d9afff37749d4f722bf34dbfb696887a9f3ffb39 Mon Sep 17 00:00:00 2001 From: Fede Raimondo Date: Thu, 17 Oct 2024 15:35:20 +0200 Subject: [PATCH] revert pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4db54d213..bcb3b73bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,9 +38,9 @@ classifiers = [ ] dependencies = [ "numpy>=1.24,<1.27", - "pandas>=1.5.0,<2.3", + "pandas>=1.5.0,<2.2", "statsmodels>=0.13,<0.15", - "scikit-learn>=1.2.0,<1.6.0", + "scikit-learn>=1.2.0,<1.5.0", ] dynamic = ["version"]