From eb2f9593a786bbda5d0e67d5ec47d1aa49aef349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Monlla=C3=B3?= Date: Wed, 3 Jul 2019 13:44:24 +0200 Subject: [PATCH] MDL-66069 mlbackend_python: Bump to a new version of the package --- 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 b9493318391..ae29e3850ff 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 = '0.0.5'; + const REQUIRED_PIP_PACKAGE_VERSION = '1.0.1'; /** * The path to the Python bin.