From 20b2565c38deeddd5bc5bd3df5866d58f19d9339 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Thu, 2 Nov 2017 16:03:39 +0100 Subject: [PATCH] MDL-60667 mlbackend_python: Bump to non-linear neural net 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 b0ca93eff46..864f23e0491 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.4'; + const REQUIRED_PIP_PACKAGE_VERSION = '0.0.5'; /** * The path to the Python bin.