From 999504520d2d7d740e222871b60a90f3b4a15a64 Mon Sep 17 00:00:00 2001 From: Reinier Koops Date: Tue, 26 Mar 2024 17:08:12 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 612555a..92c88c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,8 +75,8 @@ docs = [ extras = [ "lightgbm>=3.3.0", # https://github.com/catboost/catboost/issues/2371 - "catboost<1.3 ; python_version == '3.8'", "catboost>=1.2 ; python_version != '3.8'", + "catboost<1.2 ; python_version == '3.8'", "xgboost>=1.5.0", "scipy>=1.4.0", ]