From bbe90cf6415f14e22f4039325468dabdce715255 Mon Sep 17 00:00:00 2001 From: renierts Date: Tue, 16 Jul 2024 16:25:40 +0200 Subject: [PATCH] Bugfix: At least Python 3.10 is required to support the latest scikit-learn versions. --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index c8e90c0..6fbea9f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -10,7 +10,7 @@ addopts = --cov-report=xml --cov-report=html --cov-report=term-missing - --pep257 + # --pep257 --flake8 --mypy