From fea66a0854f6ab579b681b976142dd07121494cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Monlla=C3=B3?= Date: Wed, 18 Sep 2019 13:50:11 +0800 Subject: [PATCH] MDL-66004 mlbackend_python: Bump the required python package 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 634e4b70bd0..25861cead21 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.1.0'; + const REQUIRED_PIP_PACKAGE_VERSION = '2.2.0'; /** * The python package is installed in a server.