From a9256af7f92a5b4fef8bb2bad8716a7dfb3ded92 Mon Sep 17 00:00:00 2001 From: Ilya Tregubov Date: Thu, 15 Jul 2021 14:09:58 +0200 Subject: [PATCH] MDL-70887 mlbackend_python: Update to latest 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 85d039432cc..310c9813615 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.4.0'; + const REQUIRED_PIP_PACKAGE_VERSION = '3.0.2'; /** * The python package is installed in a server.