From 0c80012bea8ab159bace86916c22a15df91a1367 Mon Sep 17 00:00:00 2001 From: Anton Alkin Date: Wed, 30 Oct 2024 11:17:09 +0100 Subject: [PATCH] sequoia fix --- python-modules-list.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python-modules-list.sh b/python-modules-list.sh index f7c87a1d26..fc88d50e7d 100644 --- a/python-modules-list.sh +++ b/python-modules-list.sh @@ -63,7 +63,8 @@ env: scikit-learn == 0.20.3; python_version < '3.8' scikit-learn == 0.24.1; python_version >= '3.8' and python_version < '3.11' - scikit-learn == 1.3.0; python_version >= '3.11' + scikit-learn == 1.3.0; python_version >= '3.11' and python_version < '3.13' + scikit-learn == 1.5.2; python_version >= '3.13' sklearn-evaluation == 0.4; python_version < '3.9' sklearn-evaluation == 0.5.2; python_version == '3.9' @@ -90,9 +91,9 @@ env: dryable == 1.0.3; python_version < '3.9' dryable == 1.0.5; python_version >= '3.9' - pandas == 0.24.2; python_version < '3.8' - pandas == 1.2.3; python_version == '3.8' - pandas == 1.5.3; python_version >= '3.9' + # pandas == 0.24.2; python_version < '3.8' + # pandas == 1.2.3; python_version == '3.8' + # pandas == 1.5.3; python_version >= '3.9' dask[array,dataframe,distributed] == 2023.2.0; python_version < '3.11' dask[array,dataframe,distributed] == 2023.12.1; python_version >= '3.11'