From 18eb9a373349f8c93c16fe4b9091662cf1a35414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Monlla=C3=B3?= Date: Thu, 28 Feb 2019 11:45:24 +0100 Subject: [PATCH] MDL-60944 mlbackend_python: Bump 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 3d77ff4ea32..ee9e7263f5c 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 = '0.37.0'; /** * The path to the Python bin.