From 32ee8e3d34359ceb20894a7b5bd4b42ddb4f6418 Mon Sep 17 00:00:00 2001 From: Laurent David Date: Mon, 16 May 2022 07:35:21 +0200 Subject: [PATCH] MDL-74473 core_analytics: Upgrade ML Backend to 2.6.6 --- lib/mlbackend/python/classes/processor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mlbackend/python/classes/processor.php b/lib/mlbackend/python/classes/processor.php index f453fb5bf50..8e8abade7a9 100644 --- a/lib/mlbackend/python/classes/processor.php +++ b/lib/mlbackend/python/classes/processor.php @@ -38,7 +38,7 @@ class processor implements \core_analytics\classifier, \core_analytics\regresso /** * The required version of the python package that performs all calculations. */ - const REQUIRED_PIP_PACKAGE_VERSION = '2.6.5'; + const REQUIRED_PIP_PACKAGE_VERSION = '2.6.6'; /** * The python package is installed in a server.