From d3b25ce4d95d539c705c591659f1183e1b1d11f9 Mon Sep 17 00:00:00 2001 From: Ilya Tregubov Date: Fri, 1 Apr 2022 16:30:15 +0600 Subject: [PATCH] MDL-74096 mlbackend_python: Update mlbackend version. --- 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 51b5909f961..4567cdf063e 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.4'; + const REQUIRED_PIP_PACKAGE_VERSION = '2.6.5'; /** * The python package is installed in a server.